Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.02 KB

readme.md

File metadata and controls

44 lines (29 loc) · 1.02 KB

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