talc/talc-web/README.md
trimill af1dd02257
Some checks failed
webrepl / test (push) Failing after 36s
web repl
2025-01-06 00:18:13 -05:00

422 B

Talc Web

The talc-web crate provides a WASM interface to execute Talc expressions in a REPL. Together with the associated HTML, CSS, and JavaScript files, this creates an alternative to the command-line REPL.

Building

In the talc-web directory, run:

wasm-pack build --release --no-typescript --no-pack --target web

See (the main README.md)[../README.md] for more information about building Talc.