Skip to content

Generate mazes with Rust and WebAssembly purely on the frontend

License

Notifications You must be signed in to change notification settings

Kazhuu/wasm-mazes

Repository files navigation

wasm-mazes

Generate mazes with WebAssembly directly in your browser to pdf files for easy printing, no server needed.

Site is online here.

How to run in debug mode

Install Rust, wasmpack and Node.js with npm.

Then following command will build the project and open it in a new browser tab. Auto-reloads when the project changes.

npm start

How to build in release mode

Builds the project and places it into the dist folder.

npm run build