|
|
|
|
|
by TheAceOfHearts
3282 days ago
|
|
I think people are severely underestimating the challenges of integrating WASM with JS an DOM. Right now styling and DOM are the two biggest performance bottlenecks. No doubt it'll happen, but I'd be amazed if performance weren't terrible out of the box. Plenty of DOM APIs are terrible. Oh, you want a database? Tough luck, here's IndexedDB. |
|
Future web applications will be mainly plain WebAssembly + Canvas + WebGL.