Andreas Rossberg
Andreas Rossberg
I would also argue that integer mappings of enum values are not an interface concern but one of lowering to a specific language, and only for those languages that actually...
Actually, I believe this is correct as is — at least it matches the test suite. It's probably the text that is wrong.
@edemaine, he is referring to vertical anchors like in `\begin{array}[t]{lll}`. See e.g. https://github.com/WebAssembly/spec/blob/master/document/core/exec/runtime.rst#59 for the source.
Another feature that appears to be missing from the summary above is array alignment (`\begin{array}[t]{c}` etc).
@lars-t-hansen, done.
See #1935 for a fix to the former and a couple more. I'm not sure what to do about the instruction table, though, when the names of some SIMD instructions...
> For example i32.const 0 (@reloc functable $foo) needs to sort of magically encode a 5-byte leb for the i32.const value. This problem could be avoided by making it a...
What @keithw said. The data count section is a detail of the binary format with no equivalent in the text format. As such, it cannot be represented in the AST...
Unfortunately, we still have not been able to update the W3C site that should point to, due to some size limits the new doc runs into. :(
Well, I said they can only occur in stable functions. That excludes nested blocks. :) If that's too restrictive we may introduce (named) stable blocks (and object literals?), too. I...