17 lines
422 B
Markdown
17 lines
422 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
|
||
|
wasm-pack build --release --no-typescript --no-pack --target web
|
||
|
```
|
||
|
|
||
|
See (the main README.md)[../README.md] for more information about building
|
||
|
Talc.
|