Stream: general

Topic: Rust host, wasm+wasi plugin reference implementation


view this post on Zulip kellytk (Oct 11 2023 at 11:00):

Does a reference implementation exist demonstrating the current best practice for creating a wasm plugin architecture in a Rust host prog using wasmtime?

view this post on Zulip kellytk (Oct 26 2023 at 19:20):

https://github.com/bytecodealliance/wasmtime/issues/7348

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...

Last updated: Nov 22 2024 at 16:03 UTC