Stream: git-wasmtime

Topic: wasmtime / issue #5933 [wasmtime-wasi] Support WebAssembl...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 05 2023 at 11:55):

eliabieri edited issue #5933:

Feature

wasmtime-wasi currently does not support the being worked on component model in the wasmtime crate.
wasmtime_wasi::add_to_linker only accepts the wasmtime::Linker and not the wasmtime::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.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 05 2023 at 11:55):

eliabieri edited issue #5933:

Feature

wasmtime-wasi currently does not support the being worked on WebAssembly component-model in the wasmtime crate.
wasmtime_wasi::add_to_linker only accepts the wasmtime::Linker and not the wasmtime::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.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 05 2023 at 12:24):

bjorn3 commented on issue #5933:

Wasi preview2 will use the wasm component model.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 05 2023 at 13:02):

eliabieri commented on issue #5933:

Any idea on when preview2 will land in wasmtime and wasmtime-wasi?
I'm currently investigating using the component model + WASI for a new project, but I might be a bit too early here.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 05 2023 at 13:03):

eliabieri commented on issue #5933:

I've found discussions about this topic here:

view this post on Zulip Wasmtime GitHub notifications bot (Mar 06 2023 at 15:30):

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

view this post on Zulip Wasmtime GitHub notifications bot (Apr 09 2024 at 16:11):

adwhit commented on issue #5933:

Pretty confused by the current state of wasi and wasm-components. Does anyone know the current state-of-the-art? Are they compatible now?

view this post on Zulip Wasmtime GitHub notifications bot (Apr 11 2024 at 15:00):

alexcrichton closed issue #5933:

Feature

wasmtime-wasi currently does not support the being worked on WebAssembly component-model in the wasmtime crate.
wasmtime_wasi::add_to_linker only accepts the wasmtime::Linker and not the wasmtime::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.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 11 2024 at 15:00):

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 the main and release-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