You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the wasmer.toml file has a main_args field for setting default arguments for the runner, however those main_args are not being respected when actually running the .wasm file (they're not passed in).
Currently the
wasmer.toml
file has amain_args
field for setting default arguments for the runner, however thosemain_args
are not being respected when actually running the .wasm file (they're not passed in).Current:
Goal:
The necessary changes for this are already implemented in a3d3550#diff-bc54a1b8f8ed51b1b4d84d6e94de7a3cb3a059311cac846e470dc28f0a136218R141-R146 we just need to port them to master.
The text was updated successfully, but these errors were encountered: