A playground for compiling and running WebAssembly applications.
- git clone
https://github.com/wasm-lab/wasm-playground-server.git
- cd
wasm-playground-server
- npm install
To run various commands, use the following commands:
- start - Runs the production build and starts the server
- start:dev - Runs the development build starts the server
- build:dev - Builds the server using webpack.dev.js
- build:prod - Builds the server using webpack.prod.js
- start:worker - Transpiles and runs the queue worker
- test - Run the tests