Does a reference implementation exist demonstrating the current best practice for creating a wasm plugin architecture in a Rust host prog using wasmtime?
Currently the wasmtime CLI comes pre-bundled with WASI functionality and optionally enabled proposals such as wasi-{http,nn,...}. Beyond this though that's it, there's no further abilty to load hos...