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
/
fs
/
wasi.zig
Age
Commit message (
Expand
)
Author
2022-04-16
stdlib std.os: Improve wasi-libc parity for WASI CWD emulation
Cody Tapscott
2022-03-03
stdlib WASI: Add realpath() support for non-absolute Preopens
Cody Tapscott
2022-03-03
stdlib: Add emulated CWD to std.os for WASI targets
Cody Tapscott
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-01
std.os fixes to get the test suite passing again
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os.windows: reorg to avoid `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
2021-08-13
Use std.buuiltin instead of importing builtin
Takeshi Yoneda
2021-07-27
WASI,libc: enable tests.
Takeshi Yoneda
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-01-07
remove z/Z format specifiers
Jonathan Marler
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-12
Fix incorrect continue condition in PreopeonList
Jakub Konka
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-23
Remove some leftover debugging checks
Jakub Konka
2020-06-23
Refactor PreopenList.find()
Jakub Konka
2020-06-11
Add unit test for std.fs.wasi.PreopenList
Jakub Konka
2020-06-11
Add custom format method for Preopen struct
Jakub Konka
2020-05-18
Change to Self from *const Self/*Self where possible
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-05
Clear PreopenList on every populate call
Jakub Konka
2020-05-05
Add docs
Jakub Konka
2020-05-05
Move preopen and path wasi helpers to std.fs.wasi module
Jakub Konka