Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Lisp interpreter on easy web Server

Overview

Requirement

  • rust(rustc, cargo..) installed.

Test

cd ${HOME}
git clone https://github.com/hidekuno/rust-elisp
cd rust-elisp/weblisp
cargo test --lib -- --test-threads=1

Run

cd ${HOME}
cd rust-elisp/weblisp/samples/examples
cargo run --bin weblisp

Run wasm

cd ${HOME}
cd rust-elisp/weblisp
cargo build --release --bin weblisp
cd ../wasmlisp
wasm-pack build --target web --out-dir web
sh cpweb.sh
cd web
RUST_LOG=info ~/rust-elisp/weblisp/target/release/weblisp --tp