aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/syscall/syscall_libc_wasi.go
AgeCommit message (Expand)Author
2024-11-19syscall: use wasi-libc tables for wasm/js targetAyke van Laethem
2024-08-17ci: use Go 1.23Ayke van Laethem
2024-07-02wasi preview 2 support (#4027)Damian Gryski
2024-03-27all: replace target=wasi with target=wasip1Randy Reddig
2023-12-06move syscall constants for networking into net space to avoid windows build i...Scott Feldman
2023-12-06Add network device driver model, netdevScott Feldman
2023-11-04Bump wasi-libc to SDK 20Elliott Sales de Andrade
2023-08-17wasm: add support for GOOS=wasip1Ayke van Laethem
2023-05-03os: implement os.(*File).ReadDir for -target=wasiAchille Roussel
2023-03-10syscall: remove misleading comment about Stat_t fieldsDamian Gryski
2023-03-10syscall: add Timespec.Unix() for wasi.Damian Gryski
2023-02-03syscall: add more stubs as needed for Go 1.20 supportAyke van Laethem
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-10-13darwin: fix syscall.Open on darwin/arm64Ayke van Laethem
2022-08-06syscall: add WASI `{D,R}SYNC`, `NONBLOCK` FD flagsRoman Volosatovs
2022-08-06syscall: group WASI consts by purposeRoman Volosatovs
2022-08-05syscall: ensure correct C prototype WASI function signatureRoman Volosatovs
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
2022-06-12syscall.Getpagesize(): add test, implement for Linux and WindowsDan Kegel
2022-04-08os: Implement Pipe for darwin, add smoke test.Dan Kegel
2022-04-03syscall: wasi: more complete list of signalsDan Kegel
2022-03-19syscall: define MAP_SHARED and PROT_READ on wasiDan Kegel
2022-03-13Fix type of Signal constants on WASIElliott Sales de Andrade
2022-03-13Implement all of os.Signal in arch-specific syscallElliott Sales de Andrade
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2022-02-02os: implement readdir for darwin and linuxDan Kegel
2022-01-20src/{syscall, os}: add File.Stat, with smoke testDamian Gryski
2021-12-01os, syscall: implement Stat and LstatDan Kegel
2021-03-28WASI & darwin: support basic file io based on libcTakeshi Yoneda
2021-02-24WASI & darwin: support env variables based on libcTakeshi Yoneda