/hello-wasm

Primary LanguageJavaScript

Rust to wasm

This is the code snippets of Compiling from Rust to WebAssembly without publishing to NPM registry.

Try running:

  1. Building the package

Building the package to pkg sub-directory:

wasm-pack build --scope mynpmusername
  1. Serving the site
cd site/
npm install
npm run serve