Closed
Description
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, likecloudabi
or Fuchsia crates? It's a bit strange to uselibc
for a target which, well, is not defined in terms of libc.
Metadata
Metadata
Assignees
Labels
No labels