-
Notifications
You must be signed in to change notification settings - Fork 91
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
Reactivate block test in wasm-parser #277
Comments
Hmm ... can blocks have names? I can't find the reference right now, but I have a feeling that this was a feature that was removed before v1 of WebAssembly. Instructions like Also, running
Does not include the string 'test' in the custom name section. |
Despite the spec indicating that branch instructions can use labels or indices, I can't find any examples in the test suite (https://github.com/WebAssembly/testsuite) that use labels. |
Ok, thanks for the clarification. The name is probably available in WAST as syntactic sugar but not actual semantics. So I guess we should just remove this test? |
Yes, I agree, this should be removed. |
Here's the test:
webassemblyjs/packages/wasm-parser/test/fixtures/block/with-label/actual.wat-failure
Line 3 in fed1520
It has been disabled in #276
The text was updated successfully, but these errors were encountered: