Thank you for being patient! We're working hard on resolving the issue
tento-lisp-wasm is the WebAssembly packaging layer for Lisp experiments.
greet() is a wasm-bindgen smoke-test export.tokenize() demonstrates browser-side tokenization and console logging.pkg/ contains generated wasm-bindgen output for browser consumers.This crate should stay a thin browser packaging layer. Parsing and evaluation
belong in tento-lisp; browser-specific exports should call into that core
rather than duplicating language behavior.
Treat generated pkg/ output as build artifacts. Source-level API decisions
should be made in src/lib.rs and the underlying Lisp crate.