Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 584 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 584 Bytes

wasm-playground

A playground for compiling and running WebAssembly applications.

Getting Started

  1. git clone https://github.com/wasm-lab/wasm-playground-server.git
  2. cd wasm-playground-server
  3. 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