tinygo/src/syscall
Elliott Sales de Andrade ce25f00769 Bump wasi-libc to SDK 20
The version 17 SDK adds `getpagesize`, so use it instead of hardcoding a
number (even if their implementation is _also_ a hardcoded number.)
2023-11-04 23:32:42 +01:00
..
errno.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
errno_other.go wasm: add support for GOOS=wasip1 2023-08-17 18:16:54 +02:00
file_emulated.go wasm: add support for GOOS=wasip1 2023-08-17 18:16:54 +02:00
file_hosted.go wasm: add support for GOOS=wasip1 2023-08-17 18:16:54 +02:00
mmap_unix_test.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
net.go extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
proc_emulated.go wasm: add support for GOOS=wasip1 2023-08-17 18:16:54 +02:00
proc_hosted.go wasm: add support for GOOS=wasip1 2023-08-17 18:16:54 +02:00
str.go net/ip, syscall/errno: Reduce code duplication by switching to internal/itoa. 2021-11-16 02:13:52 +01:00
syscall.go Add implementation for os.Exit and syscall.Exit 2019-06-12 19:04:34 +02:00
syscall_libc.go wasm: add support for GOOS=wasip1 2023-08-17 18:16:54 +02:00
syscall_libc_darwin.go all: Go 1.21 support 2023-08-04 11:59:11 +02:00
syscall_libc_darwin_amd64.go fix resource leak in os.(*File).Close 2023-03-28 13:12:21 +02:00
syscall_libc_darwin_arm64.go fix resource leak in os.(*File).Close 2023-03-28 13:12:21 +02:00
syscall_libc_nintendoswitch.go os: implement os.(*File).ReadDir for -target=wasi 2023-05-03 21:24:11 +02:00
syscall_libc_wasi.go Bump wasi-libc to SDK 20 2023-11-04 23:32:42 +01:00
syscall_linux.go Stubbed Setuid and friends. Stubbed Exec (#3290) 2022-11-16 10:14:27 +01:00
syscall_nonhosted.go syscall: add more stubs as needed for Go 1.20 support 2023-02-03 07:31:38 -08:00
syscall_unix.go syscall: add more stubs as needed for Go 1.20 support 2023-02-03 07:31:38 -08:00
tables_nonhosted.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00