Skip to content

Bump EMSCRIPTEN_METADATA_MINOR#8016

Merged
juj merged 1 commit intoemscripten-core:incomingfrom
juj:bump_emscripten_metadata_minor
Feb 6, 2019
Merged

Bump EMSCRIPTEN_METADATA_MINOR#8016
juj merged 1 commit intoemscripten-core:incomingfrom
juj:bump_emscripten_metadata_minor

Conversation

@juj
Copy link
Collaborator

@juj juj commented Feb 6, 2019

Not sure if this is what was requested in #7911 (comment) , but updated.

Is this Emscripten version + metadata something that is burned into all builds that Emscripten does? Have not seen this before.

tools/shared.py Outdated
# whenever metadata section changes structure
# NB: major version 0 implies no compatibility
(EMSCRIPTEN_METADATA_MAJOR, EMSCRIPTEN_METADATA_MINOR) = (0, 0)
(EMSCRIPTEN_METADATA_MAJOR, EMSCRIPTEN_METADATA_MINOR) = (0, 1)
Copy link
Member

Choose a reason for hiding this comment

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

sorry, the right thing is EMSCRIPTEN_ABI_MINOR, a few lines down - the metadata structure did not change, the ABI did.

lgtm with that (bump 1 to 2 there)

@kripken
Copy link
Member

kripken commented Feb 6, 2019

The metadata is not emitted by default. It must be turned on by EMIT_EMSCRIPTEN_METADATA (really only makes sense for custom runtimes).

@juj juj force-pushed the bump_emscripten_metadata_minor branch from fe4cd9d to 607e916 Compare February 6, 2019 21:34
@juj juj merged commit 886b7ca into emscripten-core:incoming Feb 6, 2019
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