/ulisp-wasm

uLisp for WebAssembly

Primary LanguageC

uLisp WASM

uLisp compiled to WebAssembly to run in the browser.

See the Playground page.

Changes

  • 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

Develop

Prerequisites:

Install

git clone https://github.com/eliot-akira/ulisp-wasm
cd ulisp-wasm
npm install

Start

Build frontend app as static site, watch files for changes, rebuild and reload page.

npm run start

Build

Build frontend app as static site for production with minified assets.

npm run build