Skip to content

Rust to WebAssembly the Hard Way

surma.dev
6 pointsd12bb2 comments
On HN

Comments

Thanks for the article. I tried it but somehow the compilation command doesn't work on my local: "$ cargo run --target=wasm32-unknown-unknown --release" error: a bin target must be available for `cargo run`

It seems the correct command is "cargo build --target wasm32-unknown-unknown --release".

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.