tinygo/src/os
Martin Tournoij ff833ef998 Add os.LookupEnv() stub
os.Getenv() was already stubbed out, but os.LookupEnv() wasn't. This
will allow me to compile my program unmodified without using separate
files and build tags.
2020-10-23 14:39:15 +02:00
..
env.go Add os.LookupEnv() stub 2020-10-23 14:39:15 +02:00
errors.go extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
exec.go extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
file.go extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
file_other.go os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
file_unix.go support WASI target (#1373) 2020-09-29 21:58:03 +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