-
Notifications
You must be signed in to change notification settings - Fork 206
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
Libc based on musl? #176
Comments
We (fastly) have implemented some of the things needed to hook musl up to our webassembly runtime. Another one is at https://github.com/jfbastien/musl. We are planning to open source our stuff Real Soon Now and I will see if I can give you the source to just the musl stuff if you want to look at how we did it. |
We now have a musl-derived libc port here: WebAssembly/wasi-libc-old#11 |
and as an update to the above, we ditched our implementation in favor of WASI, and are open sourcing tomorrow. |
This is now implemented! |
To avoid having to reimplement the entirety of libc for the reference-sysroot, I propose we take the environment-agnostic parts of musl and move them here. Musl is licensed under MIT.
The text was updated successfully, but these errors were encountered: