uLisp compiled to WebAssembly to run in the browser.
See the Playground page.
- Based on uLisp ESP32 and the BL602 RISC-V fork
- Rewrite to upgrade from uLisp 3.6 to 4.6b
- Replace inputs and outputs with emulator
- Code editor
- Canvas
Prerequisites:
emcc
from Emscripten SDK - See install options- Node or Bun for the frontend app and bundler
git clone https://github.com/eliot-akira/ulisp-wasm
cd ulisp-wasm
npm install
Build frontend app as static site, watch files for changes, rebuild and reload page.
npm run start
Build frontend app as static site for production with minified assets.
npm run build