2 releases
0.1.1 | May 16, 2024 |
---|---|
0.1.0 | May 16, 2024 |
#742 in WebAssembly
25 downloads per month
9KB
202 lines
It's Wasmtime!
A simple Wasmtime plugin component runtime
Before you start..
Install cargo component
cargo install cargo-component --locked
Make sure you have the correct targets for building your plugins
rustup target add wasm32-unknown-unknown
rustup target add wasm32-wasi
Setting up the Plugin Host
TODO See tests/simple_component
for now
Writing a Plugin
TODO See tests/simple_component
for now
Dependencies
~34–47MB
~875K SLoC