|
|
|
|
|
by samwillis
1465 days ago
|
|
My prediction is that in 2-3 years we will see WASM being used to run desktop class rich text editors in a canvas (much like Google Docs now does), and an open source framework will appear that enables it. I would even go as far as suggesting WebKit compiled to WASM would be better than trying to make a rich text editor based on contenteditable work everywhere, once you have it working in one version it runs “everywhere”. Although accessibility is going to be the main disadvantage of such system. |
|
This sort of behavior is basically impossible to reimplement in javascript for every platform in a way that feels "native".