Initially I've asked this questions relevant to libc here. I am not sure if i should ask them in WebAssembly/WASI repository, so I'll duplicate them here:
- WASI is defined in terms of Core API, but I don't quite understand the part about "wasi_unstable". Does it mean that it's not recommended to link to functions directly like it's done in
libc?
- Why Core API is defined in
libc instead of a separate crate, like cloudabi or Fuchsia crates? It's a bit strange to use libc for a target which, well, is not defined in terms of libc.
cc @sunfishcode @alexcrichton
Initially I've asked this questions relevant to
libchere. I am not sure if i should ask them in WebAssembly/WASI repository, so I'll duplicate them here:libc?libcinstead of a separate crate, likecloudabior Fuchsia crates? It's a bit strange to uselibcfor a target which, well, is not defined in terms of libc.cc @sunfishcode @alexcrichton