gahaas
gahaas
Both the spec tests and the wpt tests contain all the js-api tests. It happens regularly though that tests in one of the sources get added or modified and not...
The string `anyfunc` still occurred in js-api tests. This PR replaces all these occurrences by `funcref`.
Already in 2016 an agreement was made (see https://github.com/WebAssembly/design/pull/719#issuecomment-257044454) to allow lazy validation of functions. This means that if a WebAssembly module contains an invalid function, module compilation would still...
Reverts v8/node#192 This PR caused failing tests. Preparation is needed in V8 to allow exceptions to be thrown in fast API callbacks called from the wasm wrapper.