Stream: wamr

Topic: warm / warm-rust-sdk : component model and p2 suuport


view this post on Zulip Ludea (Aug 18 2025 at 11:34):

Hi, I plan to use wamr instead of wasmtime.
But I need socket support (I got a component model with some network support).
Is wamr support these features?

view this post on Zulip lum1n0us (Aug 18 2025 at 12:20):

https://github.com/bytecodealliance/wasm-micro-runtime/tree/main/samples/socket-api

WebAssembly Micro Runtime (WAMR). Contribute to bytecodealliance/wasm-micro-runtime development by creating an account on GitHub.

view this post on Zulip Ludea (Aug 18 2025 at 12:37):

Perfect thanks !

view this post on Zulip Notification Bot (Aug 18 2025 at 12:38):

Ludea has marked this topic as resolved.

view this post on Zulip Ludea (Aug 18 2025 at 14:19):

And what about component model?

view this post on Zulip Notification Bot (Aug 18 2025 at 15:09):

Ludea has marked this topic as unresolved.

view this post on Zulip Ludea (Aug 18 2025 at 15:23):

And can I run https://github.com/bytecodealliance/wamr-rust-sdk/blob/main/examples/wasi-hello/src/main.rs#L30 in async mode? (with tokio or any async runtime)

Contribute to bytecodealliance/wamr-rust-sdk development by creating an account on GitHub.

view this post on Zulip Notification Bot (Aug 18 2025 at 17:39):

This topic was moved here from #general > warm / warm-rust-sdk : component model and p2 suuport by fitzgen (he/him).

view this post on Zulip Christof Petig (Aug 18 2025 at 19:10):

There is some progress, but it's not close to ready https://github.com/bytecodealliance/wasm-micro-runtime/issues/2126

(I still would like to run wasit2 (a smaller subset of the full component model) which would require more work on wasi-libc and less on wamr side)

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...
This PR adds BuildTargets.md to define this new concept of "build targets" as presented in both CG-06 and WASI-06-12, which itself was a revision of the earlier "wasit2" idea th...

view this post on Zulip Ludea (Aug 19 2025 at 05:43):

Perfect thanks.
Will take a look (and maybe a try) on wamr and its rust sdk


Last updated: Dec 06 2025 at 06:05 UTC