You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which seems to work well when demo compiled to wasm32-wasip1 and single threaded tokio runtime is used.
However one of the things I wanted to try out was wasm32-wasip1-threads target supported by WAMR, but I discovered that the same client example hangs for me if I compile to this target and use multi threaded tokio runtime.
I checked that if I just compile tokio to wasm32-wasip1-threads then it works well for me on WAMR. So I wanted to ask if implementation of any part of this demo was built single threaded only?
The text was updated successfully, but these errors were encountered:
Hey guys, I made a proof of concept port to WAMR. https://github.com/g0djan/wasmedge_hyper_demo/tree/wamr
Which seems to work well when demo compiled to
wasm32-wasip1
and single threaded tokio runtime is used.However one of the things I wanted to try out was
wasm32-wasip1-threads
target supported by WAMR, but I discovered that the same client example hangs for me if I compile to this target and use multi threaded tokio runtime.I checked that if I just compile tokio to
wasm32-wasip1-threads
then it works well for me on WAMR. So I wanted to ask if implementation of any part of this demo was built single threaded only?The text was updated successfully, but these errors were encountered: