Skip to content

eliot-akira/ulisp-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages