|
|
|
|
|
by Ironchefpython
3205 days ago
|
|
> Can it be faster, or do more/different things? Currently, no. Ostensibly, there is the possibility for significant execution speed improvements though AOT optimization in the compiler, and simpler (and therefore faster) JIT compilation in the browser. Currently however, interaction with the DOM API from webassembly is a bad experience, making it a poor choice from most browser-based apps. |
|