Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lann/wave-tank
https://github.com/lann/wave-tank
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lann/wave-tank
- Owner: lann
- License: apache-2.0
- Created: 2023-10-02T20:33:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T22:16:52.000Z (9 months ago)
- Last Synced: 2024-03-06T23:29:15.159Z (9 months ago)
- Language: Rust
- Size: 40 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WAVE Tank
> A laboratory setup for observing the behavior of
> [WAVE](https://github.com/lann/wave).```console
$ ./build-example.sh
Copied to ./example.wasm
$ cargo run -- example.wasm 'hello-world(false)'
hello-world(false, none) -> "Hello, world!"
$ cargo run -- example.wasm 'hello-world(true, "README")'
hello-world(true, some("README")) -> "Goodbye, README!"
```