前言
使用wasm-pack创建WebAssembly项目
wasm-pack
WebAssembly
cargo install wasm-pack
cargo new hello-wasm --lib
wasm-pack build --target web
← 三.neon 五.错误处理 →