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

https://github.com/jcaesar/wastea

A demo of running teavm code with wasmer
https://github.com/jcaesar/wastea

Last synced: 10 months ago
JSON representation

A demo of running teavm code with wasmer

Awesome Lists containing this project

README

          

Build:
```
mvn package -q -f tea
cargo run -q --manifest-path rus/Cargo.toml
```

Output:
```
Current counter (Host): 42
Current counter (Host): 84
Current counter (Host): 126
```