aboutsummaryrefslogtreecommitdiff
path: root/std/os/wasi
AgeCommit message (Collapse)Author
2019-05-26rename "posix" to "bits"Andrew Kelley
2019-05-26more progress on posix API layerAndrew Kelley
see #2380
2019-05-26extract posix functions from std/os.zig to std/os/posix.zigAndrew Kelley
See #2380
2019-04-30wasi: import all core exportsShritesh Bhattarai
2019-04-30wasi: import all constants and their typesShritesh Bhattarai
2019-04-30wasi: implement timestampShritesh Bhattarai
2019-04-30wasi: import clock and timestamp function/typesShritesh Bhattarai
2019-04-30wasi: implement getRandomBytesShritesh Bhattarai
2019-04-30wasi: add getEnvMapShritesh Bhattarai
2019-04-30wasi: import environ_get and environ_sizes_getShritesh Bhattarai
2019-04-29WASI: implement argsAlloc and argsFree (#2364)Shritesh Bhattarai
* wasi: change URL to canon WASI-core.md * wasi: import args_get and args_sizes_get * wasi: Implement argsAlloc and argsFree * test return value for wasi arg syscalls * wasi: return unexpectedErrorPosix in argsAlloc * wasi: Add TODO for ArgIterator
2019-04-15wasi: switch to "standard" wasi_unstable module fnShritesh Bhattarai
2019-04-13support extern "wasi" functionsShritesh Bhattarai
2019-04-13wasi: sigabrt at panicShritesh Bhattarai
2019-04-13WIP: hello worldShritesh Bhattarai