index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os
/
wasi.zig
Age
Commit message (
Expand
)
Author
2025-02-09
wasi: fix wasm-wasi-musl constants
Pat Tullmann
2024-10-06
Copy in WASI rights_t documentation
achan1989
2024-05-11
Do not run asserts for WASI alignment when not targeting WASI
190n
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-01-26
std.os.wasi | Fix comment links
Zachary Raineri
2023-09-18
wasi: update `sock_recv` and `sock_send` according to preview1
nikneym
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2022-12-06
std: fix WASI regressions
Andrew Kelley
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-10-03
std: WASI - update to latest snapshot preview 1
Luuk de Gram
2022-03-03
stdlib: Add emulated CWD to std.os for WASI targets
Cody Tapscott
2022-02-13
std.c.Wasi.Stat: use timespec
ominitay
2021-09-01
std.os fixes to get the test suite passing again
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-09-01
std: reorganize std.c to eliminate `usingnamespace`
Andrew Kelley
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-04-30
Update WASI snapshot to preview1
Jakub Konka
2020-01-06
Removes proc_raise from WASI implementation
Colin Svingen
2019-11-30
linux-i386 support
LemonBoy
2019-11-25
move logic to the appropriate layers; add new compile error
Andrew Kelley
2019-11-25
Merge branch 'wasi-run-tests' of https://github.com/fengb/zig into fengb-wasi...
Andrew Kelley
2019-11-25
more sentinel-terminated pointers std lib integration
Andrew Kelley
2019-11-21
Replace magic numbers with named constants
Benjamin Feng
2019-11-19
WASI isatty
Benjamin Feng
2019-11-19
WASI clock functions
Benjamin Feng
2019-10-24
get rid of std.os.foo.is_the_target
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley