Skip to content

fix(bindgen): fix TypeError from sync-lowered async funcs - #1839

Merged
vados-cosmonic merged 1 commit into
bytecodealliance:mainfrom
lann:sync-lowered-async-funcs
Aug 6, 2026
Merged

fix(bindgen): fix TypeError from sync-lowered async funcs#1839
vados-cosmonic merged 1 commit into
bytecodealliance:mainfrom
lann:sync-lowered-async-funcs

Conversation

@lann

@lann lann commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

These just needed new Promise() - always an error - to be replaced with PromiseWithResolversPonyfill (I don't understand the kids these days).

@vados-cosmonic vados-cosmonic left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

This definitely snuck in there, good catch. and thanks for using the ponyfill :). I also don't know what the kids are thinking these days but we're ponyfillin' round here.

@vados-cosmonic
vados-cosmonic added this pull request to the merge queue Aug 6, 2026
Merged via the queue into bytecodealliance:main with commit 8f15e1b Aug 6, 2026
52 checks passed
@lann
lann deleted the sync-lowered-async-funcs branch August 6, 2026 14:15
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

Successfully merging this pull request may close these issues.

2 participants