Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ported to WAMR, hangs with multi-threaded runtime #23

Open
g0djan opened this issue Jul 18, 2024 · 0 comments
Open

ported to WAMR, hangs with multi-threaded runtime #23

g0djan opened this issue Jul 18, 2024 · 0 comments

Comments

@g0djan
Copy link

g0djan commented Jul 18, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant