tinygo/src/syscall
Federico G. Schwindt b1ec8eb2e0
os: implement Getwd
2021-10-05 00:14:09 +02:00
..
errno.go darwin: use custom syscall pkg that uses libsystem 2019-04-05 09:53:51 +02:00
errno_other.go WASI & darwin: support basic file io based on libc 2021-03-28 12:37:15 +02:00
file_emulated.go os: implement Getwd 2021-10-05 00:14:09 +02:00
file_hosted.go os: implement Getwd 2021-10-05 00:14:09 +02: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 os: implement Getwd 2021-10-05 00:14:09 +02:00
syscall.go Add implementation for os.Exit and syscall.Exit 2019-06-12 19:04:34 +02:00
syscall_libc.go os: implement process related functions 2021-06-25 16:14:47 +02:00
syscall_libc_darwin.go os: implement Getwd 2021-10-05 00:14:09 +02: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 WASI & darwin: support basic file io based on libc 2021-03-28 12:37:15 +02:00
syscall_nonhosted.go baremetal,wasm: support command line params and environment variables 2021-08-12 21:19:24 +02:00
tables_nonhosted.go baremetal,wasm: support command line params and environment variables 2021-08-12 21:19:24 +02:00