|
|
|
|
|
by ilaksh
1513 days ago
|
|
Is there any work to unbundle web assembly applications from the browser? And further, break apart the monolithic web platform API bundle into something like device drivers? Because let's say you just wanted a 2d game engine using SDL without shaders and using the mouse. Why do we need to drag the entire browser with 1000 APIs and features into it? Just add something like a framebuffer and mouse input to web assembly. Distribute via IPFS or something. |
|
But yes, Wasm is not just for the browser, you can run it in Node. Or a custom runtime: https://wasmer.io/