|
|
|
|
|
by RandomWorker
1333 days ago
|
|
>UPDATE
> An earlier post described performance problems on Firefox and Safari, which were related to the Proxy object. This feature is used to read values from WebAssembly into JavaScript.
> After changing to Object.defineProperty() all browsers are equally fast on WebAssembly, beating JavaScript in all cases. The update at the bottom is kind of interesting. All browsers are equally fast, which makes sense because wasm should speak directly to the hardware more easily than javascript. |
|