-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Emscripten: Use updated WebAssembly type reflection proposal #121698
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
Labels
type-bug
An unexpected behavior, bug, or error
Comments
hoodmane
added a commit
to hoodmane/cpython
that referenced
this issue
Jul 13, 2024
hoodmane
added a commit
to hoodmane/cpython
that referenced
this issue
Jul 13, 2024
hoodmane
added a commit
to hoodmane/cpython
that referenced
this issue
Jul 13, 2024
encukou
pushed a commit
that referenced
this issue
Jul 14, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 14, 2024
…roposal (pythonGH-121699) (cherry picked from commit cae1526) Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
encukou
pushed a commit
that referenced
this issue
Jul 14, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
The way to use WebAssembly type reflection has changed from a static method
WebAssembly.Function.type(wasmFunc)
to an instance methodwasmFunc.type()
. We use the old version here:https://github.com/python/cpython/blob/main/Python/emscripten_trampoline.c?plain=1#L46
This needs to be updated as follows:
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
Linked PRs
The text was updated successfully, but these errors were encountered: