Skip to content
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

[tsgen] Lower memory64 when generating typescript bindings #23051

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Dec 2, 2024

@sbc100 sbc100 requested a review from dschuff December 2, 2024 23:26
@sbc100 sbc100 assigned kripken and unassigned kripken Dec 2, 2024
@sbc100 sbc100 requested a review from kripken December 2, 2024 23:26
Copy link
Member

@kripken kripken left a comment

Choose a reason for hiding this comment

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

Great!

@sbc100 sbc100 enabled auto-merge (squash) December 2, 2024 23:44
@sbc100 sbc100 changed the title [wasm64] Remove table64 lowering by default [tsgen] Lower memory64 when generating typescript bindings Dec 3, 2024
@sbc100 sbc100 requested a review from brendandahl December 3, 2024 01:20
@sbc100
Copy link
Collaborator Author

sbc100 commented Dec 3, 2024

Actually, this lowering is still needed since we need to run the binary under node.

@sbc100 sbc100 requested a review from kripken December 3, 2024 01:46
@sbc100 sbc100 merged commit 1b6121d into emscripten-core:main Dec 3, 2024
28 checks passed
@sbc100 sbc100 deleted the table64_lowering branch December 3, 2024 05:16
kripken added a commit that referenced this pull request Dec 3, 2024
hedwigz pushed a commit to hedwigz/emscripten that referenced this pull request Dec 18, 2024
The engines that support memory64 now all also support table64.
hedwigz pushed a commit to hedwigz/emscripten that referenced this pull request Dec 18, 2024
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.

Cant generate typescript bindings using bazel for memory64 with embind
2 participants