We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
wasm2c (v1.0.23) throws 0000075: error: invalid section code: 12
Checked spec, and there is such a section: https://webassembly.github.io/spec/core/binary/modules.html#data-count-section
The text was updated successfully, but these errors were encountered:
Section 12 was added by the bulk memory operations proposal. It is implemented in wasm2c in this pending PR: #1877
Sorry, something went wrong.
No branches or pull requests
wasm2c (v1.0.23) throws 0000075: error: invalid section code: 12
Checked spec, and there is such a section:
https://webassembly.github.io/spec/core/binary/modules.html#data-count-section
The text was updated successfully, but these errors were encountered: