You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WASM as a build target for this would be really interesting and probably easier than for more complex OSes than Linux.
Primary use cases would be (1) running apps in-browser, (2) edge compute, (3) decentralized endpoint applications. The latter two are more interesting. There's already been some work on porting Linux for (2) and (3) but the stack there is complex and brittle due to Linux's complexity vs something like this.
I suppose JS via EMScripten would be interesting too and probably achievable if WASM is achievable.
The text was updated successfully, but these errors were encountered:
Wanted to add: there's been some work in the WASM world on cooperative multitasking. Might look into this if actual SMP is problematic on the web due to restrictions designed to thwart meltdown/spectre type attacks.
WASM as a build target for this would be really interesting and probably easier than for more complex OSes than Linux.
Primary use cases would be (1) running apps in-browser, (2) edge compute, (3) decentralized endpoint applications. The latter two are more interesting. There's already been some work on porting Linux for (2) and (3) but the stack there is complex and brittle due to Linux's complexity vs something like this.
I suppose JS via EMScripten would be interesting too and probably achievable if WASM is achievable.
The text was updated successfully, but these errors were encountered: