A web interpreter for Pseudolang
-
Getting the necessary files
- Head to Pseudolang releases, and download
wasm-bindgen.zip
- Place all the files from the zip into
./src/assets/wasm/
- Head to Pseudolang releases, and download
-
Run React App
- For development purposes you can run with
npm i && npm run dev
- To build use
npm i && npm run build
- For development purposes you can run with