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

Remove EMIT_EMSCRIPTEN_METADATA settings #15319

Merged
merged 2 commits into from
Oct 18, 2021
Merged

Remove EMIT_EMSCRIPTEN_METADATA settings #15319

merged 2 commits into from
Oct 18, 2021

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Oct 18, 2021

We have been warning about the deprecation of this setting
for about a year now (since 2.0.9).

As explained in #12231, the major use cases for this metadata
are no longer valid since the embedder should on longer need to
know the memory layout of the module (since the memory and table
are both created and setup within the wasm module these days).

Fixes: #12231

@sbc100 sbc100 requested a review from kripken October 18, 2021 18:11
@sbc100 sbc100 force-pushed the remove_emit_metadata branch 2 times, most recently from 8492391 to 0facc66 Compare October 18, 2021 18:12
@sbc100 sbc100 changed the title Remove EMSCRIPTEN_METADATA settings Remove EMIT_EMSCRIPTEN_METADATA settings Oct 18, 2021
We have been warning about the deprecation of this setting
for about a year now (since 2.0.9).

As explained in #12231, the major use cases for this metadata
are no longer valid since the embedder should on longer need to
know the memory layout of the module (since the memory and table
are both created and setup within the wasm module these days).

Fixes: #12231
@sbc100 sbc100 force-pushed the remove_emit_metadata branch from 0facc66 to 9fe5470 Compare October 18, 2021 19:18
ChangeLog.md Outdated Show resolved Hide resolved
Co-authored-by: Alon Zakai <[email protected]>
@sbc100 sbc100 enabled auto-merge (squash) October 18, 2021 22:57
@sbc100 sbc100 merged commit 5a442a3 into main Oct 18, 2021
@sbc100 sbc100 deleted the remove_emit_metadata branch October 18, 2021 23:16
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.

Do we still need EMIT_EMSCRIPTEN_METADATA?
2 participants