A simple template for using Rust with WebAssembly.
Go to file Use this template
thetek 7c372afd1e init 2023-03-24 18:52:02 +01:00
src init 2023-03-24 18:52:02 +01:00
www init 2023-03-24 18:52:02 +01:00
.gitignore init 2023-03-24 18:52:02 +01:00
Cargo.toml init 2023-03-24 18:52:02 +01:00
LICENSE init 2023-03-24 18:52:02 +01:00
README.md init 2023-03-24 18:52:02 +01:00

README.md

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