alexcrichton opened PR #7301 from alexcrichton:swap-dir-args
to bytecodealliance:main
:
This commit changes the
--dir
argument on thewasmtime
CLI to beHOST::GUEST
rather thanGUEST::HOST
. This matches Docker for example and is a little more consistent with only--dir path
where the first argument is always treated as a host directory.In terms of breaking-ness the movement from
--mapdir
to--dir
hasn't been released with Wasmtime 14 yet so my hope is that this can land on bothmain
and Wasmtime 14.0.0 before it's released to avoid any breakage other than existing scripts migrating from--mapdir
to--dir
.<!--
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 fitzgen for a review on PR #7301.
alexcrichton requested wasmtime-core-reviewers for a review on PR #7301.
alexcrichton requested wasmtime-default-reviewers for a review on PR #7301.
pchickey submitted PR review.
alexcrichton has enabled auto merge for PR #7301.
alexcrichton merged PR #7301.
Last updated: Nov 22 2024 at 16:03 UTC