| Commit message (Expand) | Author | Age | Files | Lines |
* | wasi add langinfo.h | Dean Li | 2022-02-13 | 1 | -0/+69 |
* | Auto merge of #2575 - sunfishcode:sunfishcode/wasi-getcwd, r=Amanieu | bors | 2021-12-04 | 1 | -0/+2 |
|\ |
|
| * | Update to the latest released wasi-libc and declare `getcwd`/`chdir` | Dan Gohman | 2021-12-02 | 1 | -0/+2 |
* | | Add `#[allow(missing_debug_implementations)]` to WASI's `max_align_t`. | Dan Gohman | 2021-12-03 | 1 | -0/+1 |
* | | Define max_align_t for wasi. | Dan Gohman | 2021-12-03 | 1 | -0/+7 |
|/ |
|
* | Scope in Send, Sync for wasi | Jubilee Young | 2021-11-10 | 1 | -0/+2 |
* | Auto merge of #2272 - 12101111:musl-bundle, r=Amanieu | bors | 2021-11-04 | 1 | -1/+6 |
|\ |
|
| * | Use link modifiers -bundle on musl and wasi target | 12101111 | 2021-11-03 | 1 | -1/+6 |
* | | Use ptr::addr_of when available | Noa | 2021-11-01 | 1 | -4/+6 |
* | | Enable clock_gettime on wasi | Noa | 2021-11-01 | 1 | -8/+22 |
|/ |
|
* | Add `strtof` for all platforms that have `strtod` | Hans Christian Schmitz | 2021-08-22 | 1 | -0/+1 |
* | Define `S_I{R,W,X}{USR,GRP,OTH}` and `S_IS{VTX,UID,GID}` for wasi. | Dan Gohman | 2021-07-01 | 1 | -0/+12 |
* | Define `O_CLOEXEC` for WASI. | Dan Gohman | 2021-06-01 | 1 | -0/+1 |
* | Fix style | Yuki Okushi | 2021-04-06 | 1 | -236/+49 |
* | WASI: define `AT_FDCWD` and update to latest WASI libc | Dan Gohman | 2021-02-18 | 1 | -1/+109 |
* | Declare `wchar_t` for WASI | Yuki Okushi | 2021-02-10 | 1 | -0/+1 |
* | Define some `sysconf` constants for WASI. | Dan Gohman | 2020-09-13 | 1 | -0/+5 |
* | Define several more constants for WASI. | Dan Gohman | 2020-09-03 | 1 | -0/+12 |
* | Add more WASI libc definitions. | Dan Gohman | 2020-07-06 | 1 | -1/+26 |
* | Declare `seekdir` and `telldir` for WASI. | Dan Gohman | 2020-07-01 | 1 | -0/+2 |
* | Update bindings for the wasm32-wasi target | Alex Crichton | 2019-12-16 | 1 | -8/+5 |
* | Formatting | gnzlbg | 2019-09-12 | 1 | -3/+3 |
* | Auto merge of #1461 - newpavlov:patch-4, r=gnzlbg | bors | 2019-09-07 | 1 | -679/+91 |
|\ |
|
| * | add __wasi_rights_t | newpavlov | 2019-08-21 | 1 | -0/+2 |
| * | remove types and constants | Artyom Pavlov | 2019-08-13 | 1 | -404/+91 |
| * | remove WASI Core API | Artyom Pavlov | 2019-08-09 | 1 | -277/+0 |
* | | Fix style error in wasi.rs | Luke Petre | 2019-08-18 | 1 | -1/+0 |
* | | Adding UTIME_NOW and UTIME_OMIT to OSes which support utimensat | Luke Petre | 2019-08-17 | 1 | -0/+3 |
|/ |
|
* | wasi: add c_schar definition | Travis Finkenauer | 2019-06-25 | 1 | -0/+1 |
* | Refactor fixed-width integer types into its own module | gnzlbg | 2019-05-29 | 1 | -8/+0 |
* | Update to the latest wasi-sysroot. | Dan Gohman | 2019-05-16 | 1 | -0/+18 |
* | Rename _wasi_rmfileat to _wasi_unlinkat | gnzlbg | 2019-05-16 | 1 | -1/+1 |
* | Remove utsname and uname for now too. | Dan Gohman | 2019-04-24 | 1 | -10/+0 |
* | Remove fd_set, select, and pselect entirely for now. | Dan Gohman | 2019-04-24 | 1 | -20/+0 |
* | Remove the definition of ULONG_SIZE which is no longer needed. | Dan Gohman | 2019-04-24 | 1 | -11/+0 |
* | Use the WASI layout for fd_set. | Dan Gohman | 2019-04-24 | 1 | -1/+2 |
* | Remove FD_SET and related functions for now. | Dan Gohman | 2019-04-23 | 1 | -5/+0 |
* | Fix dirent to match WASI libc's definition. | Dan Gohman | 2019-04-23 | 1 | -6/+14 |
* | Make FD_ISSET's argument a pointer to const, to match the libc declaration. | Dan Gohman | 2019-04-23 | 1 | -1/+1 |
* | Don't make opaque types like FILE and DIR copyable. | Dan Gohman | 2019-04-23 | 1 | -19/+6 |
* | Define WASI libc errno constants. | Dan Gohman | 2019-04-23 | 1 | -0/+79 |
* | Add more WASI libc bindings. | Dan Gohman | 2019-04-23 | 1 | -0/+502 |
* | Add binding for new `__wasilibc_find_relpath` API | Alex Crichton | 2019-04-08 | 1 | -4/+10 |
* | Enable the wasi target on CI | Alex Crichton | 2019-04-05 | 1 | -9/+12 |
* | Touch up style of wasi.rs | Alex Crichton | 2019-03-27 | 1 | -144/+144 |
* | Address some PR feedback | Alex Crichton | 2019-03-27 | 1 | -65/+51 |
* | Add intiial support for wasm32-unknown-wasi | Alex Crichton | 2019-03-27 | 1 | -0/+792 |