gahaas
gahaas
It's implemented in Chrome as well. Spec tests were still lacking last time I checked.
Thanks for this observation. Indeed, the spec does not define the bit pattern of a NaN when the NaN gets passed to WebAssembly from JavaScript. I see two options, along...
What's the name of the script?
Accepting `funcref` would be okay for V8. It would be nice though to add `funcref` to the [spec](https://webassembly.github.io/spec/js-api/index.html#tables).
Sure, I will look into this.
The plan is to ship it as soon as the proposal reaches stage 4.
We are also not using this script in V8. The script should be easy to fix, though, and I think there is value in having this script. I put it...
It makes sense to me that the "fast API" is slower in this benchmark than regular API calls. "fast API" is mostly a marketing name, a more telling name would...
> > If there are no parameters of primitive type, there is no reason why the "fast API" should be faster. > > I wonder: what is the benefit of...
@penzn here is some data I measured: I measured with validation times of an about 40MB big wasm module with a bit more than 100.000 functions, on a 4 core...