tinygo/src/syscall
Damian Gryski 322abf6d22 src/{syscall, os}: add File.Stat, with smoke test
This is File.Stat from https://github.com/tinygo-org/tinygo/pull/2371,
plus the windows bits,
plus a smoke test more or less from upstream,
all pulled together and rebased by dkegel-fastly.
2022-01-20 11:14:41 +01:00
..
errno.go net/ip, syscall/errno: Reduce code duplication by switching to internal/itoa. 2021-11-16 02:13:52 +01:00
errno_other.go WASI & darwin: support basic file io based on libc 2021-03-28 12:37:15 +02:00
file_emulated.go Enable Getwd() in wasi and add tests 2021-12-10 09:50:38 +01:00
file_hosted.go Enable Getwd() in wasi and add tests 2021-12-10 09:50:38 +01:00
net.go extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
proc_emulated.go os: implement process related functions 2021-06-25 16:14:47 +02:00
proc_hosted.go os: implement process related functions 2021-06-25 16:14:47 +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 os: implement os.Symlink and os.Readlink 2022-01-18 12:36:33 +01:00
syscall_libc_darwin.go src/{syscall, os}: add File.Stat, with smoke test 2022-01-20 11:14:41 +01:00
syscall_libc_nintendoswitch.go WASI & darwin: support basic file io based on libc 2021-03-28 12:37:15 +02:00
syscall_libc_wasi.go src/{syscall, os}: add File.Stat, with smoke test 2022-01-20 11:14:41 +01:00
syscall_nonhosted.go os: implement and smoketest os.Clearenv 2021-12-13 23:05:17 +01:00
tables_nonhosted.go baremetal,wasm: support command line params and environment variables 2021-08-12 21:19:24 +02:00