tinygo/src/syscall
Takeshi Yoneda 9841ac4acd WASI & darwin: support env variables based on libc
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
2021-02-24 14:22:17 +01:00
..
errno.go darwin: use custom syscall pkg that uses libsystem 2019-04-05 09:53:51 +02:00
net.go extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
str.go all: pretend to be linux/arm in baremetal targets 2019-03-23 22:58:26 +01:00
syscall.go Add implementation for os.Exit and syscall.Exit 2019-06-12 19:04:34 +02:00
syscall_baremetal.go WASI & darwin: support env variables based on libc 2021-02-24 14:22:17 +01:00
syscall_libc.go WASI & darwin: support env variables based on libc 2021-02-24 14:22:17 +01:00
syscall_libc_darwin.go WASI & darwin: support env variables based on libc 2021-02-24 14:22:17 +01:00
syscall_libc_nintendoswitch.go WASI & darwin: support env variables based on libc 2021-02-24 14:22:17 +01:00
syscall_libc_wasi.go WASI & darwin: support env variables based on libc 2021-02-24 14:22:17 +01:00
tables_baremetal.go support WASI target (#1373) 2020-09-29 21:58:03 +02:00