Comment on An In-Depth Look at WebGPUparentComments−flohofwoe3yCalling between JS and WASM isn't really a performance bottleneck anymore in itself [1] (but it is an 'optimization boundary' for the compiler, the same way that a DLL call would be in a native application).[1] https://hacks.mozilla.org/2018/10/calls-between-javascript-a...
Comments
Calling between JS and WASM isn't really a performance bottleneck anymore in itself [1] (but it is an 'optimization boundary' for the compiler, the same way that a DLL call would be in a native application).
[1] https://hacks.mozilla.org/2018/10/calls-between-javascript-a...