top | item 34804400 (no title) yohamta | 3 years ago 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` discuss order hn newest yohamta|3 years ago It seems the correct command is "cargo build --target wasm32-unknown-unknown --release".
yohamta|3 years ago It seems the correct command is "cargo build --target wasm32-unknown-unknown --release".
yohamta|3 years ago