An experiment with webassembly and using various languages along with rust.
npm install
npx tsc
cargo run
WebAssembly can be used along with Javascript in performance-critical applications to provide near-native speed in the browser. Webassmbly binary file (.wasm file) can be compiled from languages like c++/rust. This allows us to write code in more languages other than Javascript.
Explore
- Run node from rust
- Explore wasm
- Compile rust to webassembly
- Sample app to use webassembly
- Explore python usage in rust code