its-wasmtime 0.1.1

A simple Wasmtime component model runtime
Documentation

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