eliabieri opened issue #5933:
Feature
wasmtime-wasi
currently does not support the being worked on component model in thewasmtime
crate.
wasmtime_wasi::add_to_linker
only accepts thewasmtime::Linker
and not thewasmtime::component::linker::Linker
.Benefit
It would be really cool to use the new component model together with WASI
Implementation
I do not have the knowledge required to judge whether adding support to
wasmtime-wasi
would be difficult.
Last updated: Nov 22 2024 at 16:03 UTC