Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lann/wave-tank


https://github.com/lann/wave-tank

Last synced: about 1 month ago
JSON representation

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!"
```