-
Notifications
You must be signed in to change notification settings - Fork 252
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
wit-component: IndexMap: key not found #1375
Comments
Thanks for the bug report. Can you please attach your |
cc @dicej |
@dragunOnCode Preview 2 support has only been added to |
Okay, I think the issue here is that In this case, the problem is that the In the meantime, feel free to experiment with my sockets branch, which is "complete" in that it can handle various real-world tests. Note that it does not (yet) expose Sorry about the incomplete state of things right now. Getting stuff upstreamed into |
Hi, everyone! I'm using
wasi-sdk-21
andwasm-tools 1.0.55
to build my C project which callsPreview 2
wasi-sockets function. I write this code:Then I try to use the clang from
wasi-sdk
and wasm-tools to create wasm module. But I get the following error fromwasm-tools component new
:I enable the debugging log, which shows the following information:
I'm not sure if I'm using wasm-tools in the right way. How can I create a wasm from C calling the
Preview 2
function?The text was updated successfully, but these errors were encountered: