wasix-org / wasix-libc

wasix libc implementation for WebAssembly
https://wasi.dev
Other
114 stars 19 forks source link

Mention unofficial sysroot build in README.md #18

Closed SanderVocke closed 1 year ago

SanderVocke commented 1 year ago

I noticed that it is quite a hurdle to get going with wasix-libc, especially if you also want libc++ for C++ support. It requires building everything from scratch and there are also some small obstacles on the way.

I created a repo to build and release a complete sysroot with wasix-libc and libc++. Please consider mentioning it in your README (see proposal) so people can easily find it.

theduke commented 1 year ago

@SanderVocke thanks!

Would you be interested in adding the scripts into this repo? We'd be happy to have them in here, and we can then also provide official prebuilt versions for download.

SanderVocke commented 1 year ago

@theduke You're right, that's better! I am still ironing out a few kinks. Once done, I will make a PR.