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

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

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