mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 21:43:40 +00:00
runtime: implement command line arguments in hosted environments
Implement command line arguments for Linux, MacOS and WASI.
This commit is contained in:
committed by
Ron Evans
parent
c47cdfa66f
commit
7b761fac78
Vendored
+3
@@ -1,2 +1,5 @@
|
||||
ENV1: VALUE1
|
||||
ENV2: VALUE2
|
||||
|
||||
arg: first
|
||||
arg: second
|
||||
|
||||
Reference in New Issue
Block a user