Andreas Rossberg
Andreas Rossberg
It looks like there are several inconsistencies around ValueType and ToValueType: 1. The [ValueType](https://webassembly.github.io/exception-handling/js-api/#enumdef-valuetype) enum end the [ToValueType](https://webassembly.github.io/exception-handling/js-api/#tovaluetype) function allow v128 but not exnref. 2. The [Global](https://webassembly.github.io/exception-handling/js-api/#dom-global-global) constructor checks for...
IIIRC correctly, the plan of record was that it would be okay if these functions initially threw for certain types and these gaps are filled in later, somewhat analogous to...
Yeah, it seems odd not to have a limit on this. I only (vaguely) remember a CG discussion about retroactively hacking in an actual size prefix into the binary format,...