Ever since WebAssembly was first introduced, I thought it was obvious[1][2] that the end game for those that want to control the web is sending opaque binary blobs of code that only use the browser for the canvas tag's framebuffer. Font rendering and layout can all easily be accomplished by embedding libraries like freetype. This breaks all forms of user control - like ad blockers - and turns the web back into cable…
Is this canvas actually rendered with WASM? I don't see WASM in dev tools on their sample doc. https://docs.google.com/document/d/1N1XaAI4ZlCUHNWJBXJUBFjxS...
Everything people were complaining about seems to work just fine, including text selection and Ctrl+F!