aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/wasi.zig
AgeCommit message (Expand)Author
2022-03-03stdlib: Add emulated CWD to std.os for WASI targetsCody Tapscott
2022-02-13std.c.Wasi.Stat: use timespecominitay
2022-01-31os,wasi: use wasi-libc if availableŽiga Željko
2021-09-01std.os fixes to get the test suite passing againAndrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std: reorganize std.c to eliminate `usingnamespace`Andrew Kelley
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-07-27WASI,libc: enable tests.Takeshi Yoneda