aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/syscall/syscall_nonhosted.go
AgeCommit message (Expand)Author
2024-11-19syscall: use wasi-libc tables for wasm/js targetAyke van Laethem
2024-11-19syscall: refactor environment handlingAyke van Laethem
2024-03-02syscall: add wasm_unknown to some additional files so it can compile more codedeadprogram
2023-02-03syscall: add more stubs as needed for Go 1.20 supportAyke van Laethem
2022-12-19build: drop deprecated build tagsYurii Soldak
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-03-19syscall: stub mmap(), munmap(), MAP_SHARED, PROT_READ, SIGBUS, etc. on nonhos...Dan Kegel
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
2021-12-13os: implement and smoketest os.ClearenvDan Kegel
2021-12-13os: implement and smoketest os.UnsetenvDan Kegel
2021-12-13os: implement and smoketest os.SetenvDan Kegel
2021-11-26os: stub out support for some more featuresAyke van Laethem
2021-08-12baremetal,wasm: support command line params and environment variablesAyke van Laethem