tinygo/src/os
Federico G. Schwindt a38b5c4e01 Add a stub for os.ReadDir()
This is needed by crypto/x509 in some configuration.
Related to #1888.
2021-05-20 14:14:04 +02:00
..
env.go WASI & darwin: support env variables based on libc 2021-02-24 14:22:17 +01:00
errors.go WASI & darwin: support basic file io based on libc 2021-03-28 12:37:15 +02:00
exec.go extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
file.go WASI & darwin: support basic file io based on libc 2021-03-28 12:37:15 +02:00
file_go_116.go Add a stub for os.ReadDir() 2021-05-20 14:14:04 +02:00
file_go_other.go WASI & darwin: support basic file io based on libc 2021-03-28 12:37:15 +02:00
file_other.go WASI & darwin: support basic file io based on libc 2021-03-28 12:37:15 +02:00
file_unix.go WASI & darwin: support basic file io based on libc 2021-03-28 12:37:15 +02:00
filesystem.go os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
proc.go os: add Args and stub it with mock data 2020-05-12 16:53:07 +02:00
sys.go extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00