aboutsummaryrefslogtreecommitdiff
path: root/std/os/wasi
AgeCommit message (Expand)Author
2019-05-26rename "posix" to "bits"Andrew Kelley
2019-05-26more progress on posix API layerAndrew Kelley
2019-05-26extract posix functions from std/os.zig to std/os/posix.zigAndrew Kelley
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
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