DEV Community

Discussion on: Containerless! How to Run WebAssembly Workloads on Kubernetes with Rust

Collapse
 
assadbintahir profile image
Asad Ullah • Edited

Interesting stuff.

Just some noob questions from a non-rust backend engineer.

  1. What is the speed difference between wasm binary and a rust binary?

  2. Since wasm is a build target, can we use any other language lets say golang to build wasm and use the rest of the tools mentioned? Or it is specific to rust only?

Nonetheless, great stuff.

Collapse
 
deepu105 profile image
Deepu K Sasidharan

Nate's answer is accurate. Wasim on k8s can be almost as fast as native rust and you can follow this tutorial with a wasm binary built with any language