NuxiNL / cloudlibc

CloudABI's standard C library
BSD 2-Clause "Simplified" License
295 stars 17 forks source link

WebAssembly target #14

Open yurydelendik opened 5 years ago

yurydelendik commented 5 years ago

I'm entertaining the idea of using clouldabi in WebAssembly envirnment. I forked the project at https://github.com/yurydelendik/cloudlibc and it works for simple example now. So far I identified following items that will be nice to upstream:

If there is an interest in accepting to above changes, I will be willing to submit pull requests.

dckc commented 5 years ago

Any relation to https://github.com/CraneStation/wasmtime ?

yurydelendik commented 5 years ago

Any relation to https://github.com/CraneStation/wasmtime ?

Indirectly. My efforts purely experimental and pointed to compiling/running existing C code. The wasmtime is a user of the compilation output.