alexcrichton opened PR #6746 from alexcrichton:bare-env-flag
to bytecodealliance:main
:
In addition to Wasmtime's preexisting support for
--env FOO=bar
this commit additionally adds support for--env FOO
which is inspired by Docker to inherit the environment variableFOO
from the calling process as a shortcut for--env FOO=$FOO
.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested jameysharp for a review on PR #6746.
alexcrichton requested wasmtime-core-reviewers for a review on PR #6746.
sunfishcode submitted PR review.
sunfishcode merged PR #6746.
Last updated: Nov 22 2024 at 16:03 UTC