from Hacker News

Rust to WebAssembly the Hard Way

by d12bb on 2/15/23, 10:09 AM with 2 comments

  • by yohamta on 2/15/23, 2:41 PM

    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`