Ms2ger

Results 71 issues of Ms2ger

In https://github.com/WebAssembly/exception-handling/issues/145, it was pointed out that exception-handling and function-references were both using 0x16. Perhaps a central list of proposed opcodes would help prevent that in the future.

See : > If _targetRealm_’s corresponding agent cluster is not _serialized_.[[AgentCluster]], then throw a "DataCloneError" DOMException. CC @domenic

This is fixing an issue Dan caught, where it turns out that, since the global object inside the ShadowRealm is not defined using IDL, it's not an "interface" and hence...

Fixes #1136. - [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented...

Fixes #782. *** Preview | Diff

Besides the more strict definitions of interface members and interface mixin members, this should be editorial. It is intended to make the sections flow better and to gather related content...

This is the case where it makes most sense, since the prototype chain can't shadow any properties. This change does not affect normal usage; it is only detectable by messing...

needs tests

There's a proposal to add WebAssembly.Function, which needs to kinda act like a function, but also has a static method (or an instance method) that returns the "type"; see ....