wit-bindgen
wit-bindgen copied to clipboard
fix(core): async import emission
This commit fixes async import emissions in the case of lowered args and lifted resutls.
There were a few bugs to fix:
-
AsyncTaskReturn was not being emitted
-
Implementation for async imports was not present
Ah note this isn't quite ready yet -- I want to combine this with other changes (i.e. async embedded in function changes) before merging.