talc/talc-web/README.md
trimill 5a03ffedf1
All checks were successful
docs / test (push) Successful in 11s
webrepl / test (push) Successful in 2m2s
rand --> 0.9
2025-02-06 09:48:49 -05:00

16 lines
468 B
Markdown

# 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:
```bash
RUSTFLAGS='--cfg getrandom_backend="wasm_js"' wasm-pack build --release --no-typescript --no-pack --target web
```
See (the main README.md)[../README.md] for more information about building
Talc.