Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[request] WASM as build target? #350

Open
adamierymenko opened this issue Sep 8, 2022 · 1 comment
Open

[request] WASM as build target? #350

adamierymenko opened this issue Sep 8, 2022 · 1 comment
Labels

Comments

@adamierymenko
Copy link

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.

@travisg travisg added the feature label Sep 8, 2022
@adamierymenko
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants