talc/talc-web
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
..
src web repl 2025-01-06 00:18:13 -05:00
Cargo.toml rand --> 0.9 2025-02-06 09:48:49 -05:00
index.html web 2025-01-06 13:48:15 -05:00
main.js fixes 2025-01-18 19:06:58 -05:00
README.md rand --> 0.9 2025-02-06 09:48:49 -05:00
style.css web repl 2025-01-06 00:18:13 -05:00

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:

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.