/lisp-rs-wasm

Run Lisp in DCP

Primary LanguageJavaScript

Lisp interpreter in browser

This webapp runs the lisp-rs interpreter in a browser as a WASM binary. The WASM binary is built using wasm-pack. The webapp is hosted on github pages and can be found here

Build

WASM Binary

npm run build:wasm

WebApp

npm install
npm run build

Run

npm run start