#wasmtime #plugin

its-wasmtime

A simple Wasmtime component model runtime

2 releases

0.1.1 May 16, 2024
0.1.0 May 16, 2024

#814 in WebAssembly

Download history 151/week @ 2024-05-10 123/week @ 2024-05-17 4/week @ 2024-05-24

278 downloads per month

MIT/Apache

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–46MB
~861K SLoC