Earlier quoted context omitted.
I've been recently wondering if there's another, better way. The big usability win of the web is that you can run applications without installing anything. Is there a way we could build a new platform that would get us the advantages of the web without all the awful cruft? I'm imagining starting with webassembly for sandboxing. We can then expose through to webassembly a useful set of API primitives from the underlyi…
How are you crossing the bridge from webassembly to having access to the native UX primitives? Are you directly making C calls to native libraries like win32?
At a minimum we'd need a separate API to enforce a web / mobile style security boundary.