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?
https://github.com/bytecodealliance/wasm-micro-runtime/tree/main/samples/socket-api
Perfect thanks !
Ludea has marked this topic as resolved.
And what about component model?
Ludea has marked this topic as unresolved.
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)
This topic was moved here from #general > warm / warm-rust-sdk : component model and p2 suuport by fitzgen (he/him).
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)
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