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

Add invalid command #22

Merged
merged 4 commits into from
Aug 25, 2015
Merged

Add invalid command #22

merged 4 commits into from
Aug 25, 2015

Conversation

lukewagner
Copy link
Member

Two patches (on top of #14):

The first patch adds an (invalid (module ...) "error") command that checks that the given module fails in the checker (as opposed to during parsing which is outside the spec) with the given "error". This command is then used to test the corner cases of the memory section.

The second patch added tests for the corner cases of exports and caught a minor "bug"—the AST is allowed to export a single name twice—which is fixed.

@lukewagner
Copy link
Member Author

Oops, this should do it.

@rossberg
Copy link
Member

LGTM

rossberg added a commit that referenced this pull request Aug 25, 2015
@rossberg rossberg merged commit 05eeff4 into master Aug 25, 2015
@rossberg rossberg deleted the add-invalid-command branch August 26, 2015 13:15
littledan pushed a commit to littledan/spec that referenced this pull request Mar 4, 2018
awendland pushed a commit to awendland/webassembly-spec-abstypes that referenced this pull request Mar 26, 2020
* [js-api] Remove spurious argument to ToWebAssemblyValue().

Fixes WebAssembly#51.

* [js-api] Extend the WebAssembly.Table API.

Fixes WebAssembly#22.
Fixes WebAssembly#67.
ErikMcClure pushed a commit to innative-sdk/spec that referenced this pull request Jun 15, 2020
rossberg referenced this pull request in effect-handlers/wasm-spec Feb 15, 2021
Merge with upstream ref-types
backes pushed a commit to backes/spec that referenced this pull request Jul 12, 2023
dhil added a commit to dhil/webassembly-spec that referenced this pull request Jan 25, 2024
Merge with WebAssembly/function-references
dhil pushed a commit to dhil/webassembly-spec that referenced this pull request Apr 12, 2024
A few more typo fixes in Explainer.md
rossberg pushed a commit that referenced this pull request Sep 4, 2024
rossberg pushed a commit that referenced this pull request Nov 6, 2024
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