There are two crates:
- runner: the host part of the system.
- foo-plugin: an example plugin implementation
The runner crate has a lib.rs
that can be reused by plugins
To run:
- Compile the plugin (in foo-plugin):
cargo build --target wasm32-unknown-unknown
- Run the host (in runner)
cargo run