@claytonj/hello-wasm
v0.1.0
Published
rust wasm-pack with blockchain
Downloads
1
Readme
rustup target add wasm32-unknown-unknown
cargo init --lib hello-wasm
cargo add [email protected] cargo add [email protected] cargo add [email protected]
[lib] crate-type = ["cdylib"]
#사용되지 않은 종속성 제거 cargo install cargo-machete cargo machete
cargo install wasm-pack