|
|
|
|
|
by sime2009
1896 days ago
|
|
My general worry is that the performance gains from using some WASM will just get eaten up by the overhead of jump between JS and WASM and having to copy/convert data. You might be able reduce the problem by porting more stuff from the JS side to the WASM side, but then you risks pulling in huge chunks of your app. |
|
1. https://hacks.mozilla.org/2018/10/calls-between-javascript-a...