You can also download the cross-compilation tarball for musl at https://static.rust-lang.org/dist/rust-std-1.31.0-x86_64-unk... if you installed rust that way. You'd then build normally: $ cargo build --target…
If you mean producing a wasm module without touching third-party tooling, then this can already be done with Rust today. The standard rust compiler is capable of cross-compiling out of the box, so the only thing you…
You can also download the cross-compilation tarball for musl at https://static.rust-lang.org/dist/rust-std-1.31.0-x86_64-unk... if you installed rust that way. You'd then build normally: $ cargo build --target…
If you mean producing a wasm module without touching third-party tooling, then this can already be done with Rust today. The standard rust compiler is capable of cross-compiling out of the box, so the only thing you…