Slide 43
Slide 43 text
“Currently, calling a WebAssembly function
in JS code is slower than it needs to be.
The JIT doesn’t know how to deal directly
with WebAssembly, so it has to route the
WebAssembly to something that does.
…
This can be up to 100x slower than it
would be if the JIT knew how to handle it
directly.
”
Lin Clark