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
- Host: GitHub
- URL: https://github.com/jcaesar/wastea
- Owner: jcaesar
- Created: 2021-09-26T05:15:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T14:19:06.000Z (over 4 years ago)
- Last Synced: 2025-02-09T12:43:09.585Z (12 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```