Stream: wamr

Topic: Support for WIT (interface types)


view this post on Zulip hax10 (Jun 17 2023 at 13:11):

Hi! I'm new to WAMR. I was wondering if there is support in WAMR for WebAssembly components, where rich types can be defined using the WIT standard and passed in/out of a WASM program. I know Wasmtime has some support for this already. Is this in the works for WAMR as well?

view this post on Zulip YAMAMOTO Takashi (Jun 17 2023 at 18:10):

see https://github.com/bytecodealliance/wasm-micro-runtime/issues/2126
i'm not aware of anyone working on it actively right now.

WASI has moved to preview 2, which is based on the Component Model. In a recent community presentation, it was briefly mentioned that the component model would be in WAMR's roadmap, but I wasn't ab...

view this post on Zulip hax10 (Jun 18 2023 at 13:20):

Thank you! I will read the GitHub Issue carefully and follow WAMR's progress on this topic.

view this post on Zulip lum1n0us (Jun 21 2023 at 06:49):

The team is evaluating the component model spec and will update the status in #2126.


Last updated: Nov 22 2024 at 16:03 UTC