6 ms·
The main benefits are being able to use the same codebase for native and web builds and also not needing to use a GC and being able to do memory management your
by nikki93 4y ago
The main benefits are being able to use the same codebase for native and web builds and also not needing to use a GC and being able to do memory management yourself. The latter stuff really makes a positive difference for Wasm in eg. graphics / games. Can be less pronounced if the app mainly does DOM manipulation potentially due to the API boundary.