wasix-org / wasix-libc

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

Update build instructions and Makefile #6

Closed theoparis closed 8 months ago

theoparis commented 1 year ago

WIP - See #4

It would be nice to see cmake support in the future though.

waynr commented 1 year ago

@theoparis we forked this repo from https://github.com/WebAssembly/wasi-libc who, as far as i understand, forked it from musl (or some other upstream that in turn forked it from musl). While cmake would almost certain provide a better developer experience, it's not clear to me (having never added cmake support to a project) how easy it would be to maintain a fork like this if we make a big build system change like that.

Anyway, the PR as it is looks good to me. Will you be following up with updated build instructions in the readme?