Nicolas Fränkel
•
Apr 17, 2025
•
in Articles
• 3 min read
While working on my demohttps://github.com/ajavageek/wasm-kubernetes on WebAssembly and Kubernetes, I wanted to create three different binaries based on the same code:
Native: compile the Rust code to regular native code as a baseline
Embed: compi...