|
|
|
|
|
by TheCoelacanth
1895 days ago
|
|
It does limit a lot of use-cases from being viable in WASM. Anything that needs to do a lot of DOM access will probably see a big performance hit if you rewrite it in WASM because there will be too much overhead from crossing the JS-WASM border. |
|