eliabieri edited 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.
eliabieri edited issue #5933:
Feature
wasmtime-wasi
currently does not support the being worked on WebAssembly 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.
bjorn3 commented on issue #5933:
Wasi preview2 will use the wasm component model.
eliabieri commented on issue #5933:
Any idea on when preview2 will land in
wasmtime
andwasmtime-wasi
?
I'm currently investigating using the component model + WASI for a new project, but I might be a bit too early here.
eliabieri commented on issue #5933:
I've found discussions about this topic here:
alexcrichton commented on issue #5933:
Yes this is planned and in the works. You can follow the work-in-progress here: https://github.com/bytecodealliance/preview2-prototyping
adwhit commented on issue #5933:
Pretty confused by the current state of
wasi
andwasm-components
. Does anyone know the current state-of-the-art? Are they compatible now?
alexcrichton closed issue #5933:
Feature
wasmtime-wasi
currently does not support the being worked on WebAssembly 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.
alexcrichton commented on issue #5933:
Ah this is a pretty old issue and actually now fixed now. The
wasmtime-wasi
should have suitable documentation on themain
andrelease-20.0.0
branches. Note that the docs.rs 19.0.0 version wasn't fully documented at the time of the release.
Last updated: Nov 22 2024 at 17:03 UTC