Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 160 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 160 Bytes

Wasm tree

A small game to learn Rust, Wasm and Svelte!

Build the lib:

wasm-pack build --release -t bundler

Run the application:

npm i

npm run dev