https://tartanllama.xyz/posts/wasm-plugins/#usual-design-for-native-plugins Build plugins cargo component build -p wasm_plugin --release --target wasm32-wasip2 cp target/wasm32-wasip2/release/wasm_plugin.wasm plugins/wasm_plugin.wasm Run host demo cargo run -p wasm-host