I guess Rust (and maybe other unmanaged languages) can be compiled to WebAssembly?
Go: https://go.dev/blog/wasi
Rust: https://github.com/bytecodealliance/wasmtime/blob/main/docs/...
These days Rust is practically the poster child of compiling to WebAssembly because it's so easy. Most WASM content I see is actually about Rust.
I guess Rust (and maybe other unmanaged languages) can be compiled to WebAssembly?