0.1.0 • Published 7 years ago
@jlevyd15/hello-wasm v0.1.0
Rust and WebAssembly project
Within this repository there are three main parts 1. Rust application code 2. Webassembly npm package 3. An example web application
To experiment on your own you can clone this repository and update the Cargo.toml config file with your repo details.
You will need two to have also installed Rust --> HERE
Be sure to have npm installed and run the following commands
npm adduserInstall the build toolchain
cargo install wasm-packBuild the npm package
wasm-pack build --scopePublish your own package
cd pkg
npm publish --access=publicFor next steps open the wasm-site Readme.md.
0.1.0
7 years ago