rust-wasm-template/README.md

354 B

Rust & WebAssembly Template

Based on the Rust and WebAssembly book.

Usage

Intitial setup:

wasm-pack build
cd www
npm install

Compile .wasm file:

wasm-pack build

Run development server:

cd www
npm run start