Christof Petig
Christof Petig
This needed a bit more of file infrastructure than I anticipated. The code in wasip3_file_utils.c needs more work to set the proper errno when writes/reads fail, but for stdout/in it...
This is a rebase of https://github.com/alexcrichton/wasi-libc/pull/1 after all dependencies landed. This doesn't contain the run rework, as https://github.com/WebAssembly/wasi-libc/pull/710 will take care of that. ~~Also the expected symbols will be wrong...
**Update** : MR #700 by Alex answered most of these questions and contains a link to my initial implementation for stdout, file read, tcp, and poll. Dear all, to enable...