Stream: wasi

Topic: ✔ P3 [async]run with no result?


view this post on Zulip Victor Adossi (Aug 16 2025 at 06:00):

Yeah it looks like the code was looking at the types on the CM function being lowered (in this case the code I was touching dealt with the import-lowering side), not the core fn that was underneath it.

Thanks for the help here @Joel Dice !

view this post on Zulip Notification Bot (Aug 16 2025 at 06:00):

Victor Adossi has marked this topic as resolved.

view this post on Zulip Victor Adossi (Aug 16 2025 at 06:08):

Ended up making this PR to fix some code I changed in witbindgen-core:

https://github.com/bytecodealliance/wit-bindgen/pull/1355

This commit fixes a check that was incorrectly looking at the CM level function in the case of an async guest import when determining whether it had the right results. The problem with the existing...

Last updated: Dec 06 2025 at 06:05 UTC