This directory of the project contains a build of pasfmt for web assembly, paired with a web editor that runs it in a side-by-side view.
- Rust (and cargo)
- wasm-pack:
cargo install wasm-pack
cd web/
wasm-pack build --target web- Node.js
- Dependencies
cd web/demo npm install
cd web/demo
# for development
npx vite
# for production
npx vite build