Skip to content

Fix EXPORT_ALL with wasm backend #7310

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

Merged
merged 1 commit into from
Oct 19, 2018
Merged

Fix EXPORT_ALL with wasm backend #7310

merged 1 commit into from
Oct 19, 2018

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Oct 18, 2018

The semantics of EXPORT_ALL are not that we should avoid doing
any GC but rather that any symbols that survive GC should be
exported.

The semantics of EXPORT_ALL are not that we should avoid doing
any GC but rather that any symbols that survive GC should be
exported.
@sbc100 sbc100 merged commit 6334959 into incoming Oct 19, 2018
@sbc100 sbc100 deleted the export_all_wasm branch October 19, 2018 04:12
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.

lgtm

Mstrodl pushed a commit to Mstrodl/emscripten that referenced this pull request Oct 21, 2018
The semantics of EXPORT_ALL are not that we should avoid doing
any GC but rather that any symbols that survive GC should be
exported.
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