-
Notifications
You must be signed in to change notification settings - Fork 758
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
Name section changes #914
Comments
Politely requesting a ping whenever this change is ready to land so we can update browsers simultaneously. Because it's a custom section it's not a "breaking" change, but still it'd be nice to minimize the window of not-working-ness. |
pipcet
added a commit
to pipcet/binaryen
that referenced
this issue
Mar 6, 2017
Merged
dschuff
pushed a commit
that referenced
this issue
Apr 13, 2017
See #914. * extensible name section support: read function names, too * c-api-unused-mem.txt: change expected size to match new name section * * check subsection size matches * print warning for unknown name subsections (including the local section)
Not sure whether Luke ever got his ping, but he surely isn't still waiting on it. The name section has been stable for a long time now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wasm is changing the Name section, WebAssembly/design#984, which we use when we emit code with
-g
. We should update our binary read/write code for that.The text was updated successfully, but these errors were encountered: