# It's Wasmtime! A simple Wasmtime plugin component runtime ## Before you start.. Install cargo component ```bash cargo install cargo-component --locked ``` Make sure you have the correct targets for building your plugins ```bash rustup target add wasm32-unknown-unknown ``` ```bash 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