wit-bindgen icon indicating copy to clipboard operation
wit-bindgen copied to clipboard

fix(core): async import emission

Open vados-cosmonic opened this issue 3 months ago • 1 comments

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

vados-cosmonic avatar Dec 08 '25 15:12 vados-cosmonic

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.

vados-cosmonic avatar Dec 08 '25 15:12 vados-cosmonic