Something went wrong

Thank you for being patient! We're working hard on resolving the issue

Crate overview - Lona Docs Log in

tento-lisp-wasm

tento-lisp-wasm is the WebAssembly packaging layer for Lisp experiments.

Public surface

  • 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.

Boundaries

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.