aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/wasi.zig
AgeCommit message (Expand)Author
2025-02-09wasi: fix wasm-wasi-musl constantsPat Tullmann
2024-10-06Copy in WASI rights_t documentationachan1989
2024-05-11Do not run asserts for WASI alignment when not targeting WASI190n
2024-03-19extract std.posix from std.osAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-01-26std.os.wasi | Fix comment linksZachary Raineri
2023-09-18wasi: update `sock_recv` and `sock_send` according to preview1nikneym
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2022-12-06std: fix WASI regressionsAndrew Kelley
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-10-03std: WASI - update to latest snapshot preview 1Luuk de Gram
2022-03-03stdlib: Add emulated CWD to std.os for WASI targetsCody Tapscott
2022-02-13std.c.Wasi.Stat: use timespecominitay
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.os: more reorganization effortsAndrew 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-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-04-30Update WASI snapshot to preview1Jakub Konka
2020-01-06Removes proc_raise from WASI implementationColin Svingen
2019-11-30linux-i386 supportLemonBoy
2019-11-25move logic to the appropriate layers; add new compile errorAndrew Kelley
2019-11-25Merge branch 'wasi-run-tests' of https://github.com/fengb/zig into fengb-wasi...Andrew Kelley
2019-11-25more sentinel-terminated pointers std lib integrationAndrew Kelley
2019-11-21Replace magic numbers with named constantsBenjamin Feng
2019-11-19WASI isattyBenjamin Feng
2019-11-19WASI clock functionsBenjamin Feng
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley