Closed orangeC23 closed 1 year ago
After compiling Rust code written with the wasi crate into WebAssembly (Wasm), can Wasm files generated this way be executed in Wasm runtimes that are not written in Rust?
wasi
yes. you can learn more about webassembly here: https://developer.mozilla.org/en-US/docs/WebAssembly
Thanks!
After compiling Rust code written with the
wasi
crate into WebAssembly (Wasm), can Wasm files generated this way be executed in Wasm runtimes that are not written in Rust?