Trying out wasm by following the rust wasm book and mdn wasm docs.
To build the wams module run
wasm-pack build --target bundler
To test the rust/wasm code run
wasm-pack test --firefox --headless
To use the run the host the app using wasm api,
cd www
npm install
npm run serve