summaryrefslogtreecommitdiff
path: root/src/wasi.rs
Commit message (Expand)AuthorAgeFilesLines
* Update to the latest wasi-sysroot.Dan Gohman2019-05-161-0/+18
* Rename _wasi_rmfileat to _wasi_unlinkatgnzlbg2019-05-161-1/+1
* Remove utsname and uname for now too.Dan Gohman2019-04-241-10/+0
* Remove fd_set, select, and pselect entirely for now.Dan Gohman2019-04-241-20/+0
* Remove the definition of ULONG_SIZE which is no longer needed.Dan Gohman2019-04-241-11/+0
* Use the WASI layout for fd_set.Dan Gohman2019-04-241-1/+2
* Remove FD_SET and related functions for now.Dan Gohman2019-04-231-5/+0
* Fix dirent to match WASI libc's definition.Dan Gohman2019-04-231-6/+14
* Make FD_ISSET's argument a pointer to const, to match the libc declaration.Dan Gohman2019-04-231-1/+1
* Don't make opaque types like FILE and DIR copyable.Dan Gohman2019-04-231-19/+6
* Define WASI libc errno constants.Dan Gohman2019-04-231-0/+79
* Add more WASI libc bindings.Dan Gohman2019-04-231-0/+502
* Add binding for new `__wasilibc_find_relpath` APIAlex Crichton2019-04-081-4/+10
* Enable the wasi target on CIAlex Crichton2019-04-051-9/+12
* Touch up style of wasi.rsAlex Crichton2019-03-271-144/+144
* Address some PR feedbackAlex Crichton2019-03-271-65/+51
* Add intiial support for wasm32-unknown-wasiAlex Crichton2019-03-271-0/+792