https://github.com/dunnock/grayarea
Environment for serverless wasm
https://github.com/dunnock/grayarea
ipc rust wasm
Last synced: 3 months ago
JSON representation
Environment for serverless wasm
- Host: GitHub
- URL: https://github.com/dunnock/grayarea
- Owner: dunnock
- Created: 2019-12-12T19:53:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T13:12:22.000Z (over 6 years ago)
- Last Synced: 2026-01-19T00:59:35.916Z (6 months ago)
- Topics: ipc, rust, wasm
- Language: Rust
- Homepage:
- Size: 179 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
No docs yet
# How to run:
### Install runtime:
```
cargo install --path=grayarea-runtime --force
```
(make sure cargo/bin is in PATH)
### Build one of examples:
```
cargo +nightly wasi build --package=throughput --release
```
### Start desktop engine with given settings:
```
RUST_LOG=info cargo run --release --package=grayarea-desktop examples/throughput/functions.yml
```