|
|
|
|
|
by pyrolistical
1418 days ago
|
|
its all about security. the operating systems weren't designed for security. they were created pre-internet where you compiled all the code you ran on your operating system. its an unfixable architecture due to the nature of the API. this is why the browser is winning. Javascript doesn't have access to your operating system. we finally have a way to allow arbitrary code run safely. we then extended this to webassembly. this is how we're going to fix everything. the operating system is going to melt away and webassembly runtimes will rise. the end game is when webassembly runtimes run natively on hardware, and control is finally returned back to the end user. |
|
Unless you mean that we'll have webassembly packaged in nice little .exes or .apks or some other app bundle so we can at least download them?