aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits/wasi.zig
AgeCommit message (Expand)Author
2020-12-31Year++Frank Denis
2020-11-05Label WASI stat as kernel_statLemonBoy
2020-11-05std: Split kernel&libc definitions of stat structLemonBoy
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-18Make mode_t a 0-byte type in WASIJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-04-30Fast-forward std.os.bits.wasi to match preview1 snapshot ABIJakub Konka
2020-03-08Define ino_t for systems not yet defining itLeRoyce Pearson
2020-02-06more std lib async I/O integrationAndrew Kelley
2019-11-19WASI isattyBenjamin Feng
2019-11-19WASI time_t / timespecBenjamin Feng
2019-09-25mv std/ lib/Andrew Kelley