Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0.0] Swap the order of directories in --dir #7303

Merged

Conversation

alexcrichton
Copy link
Member

This is a backport of #7301 to the 14.0.0 release branch

This commit changes the `--dir` argument on the `wasmtime` CLI to be
`HOST::GUEST` rather than `GUEST::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
both `main` and Wasmtime 14.0.0 before it's released to avoid any
breakage other than existing scripts migrating from `--mapdir` to
`--dir`.
@alexcrichton alexcrichton requested review from a team as code owners October 19, 2023 22:48
@alexcrichton alexcrichton requested review from fitzgen and removed request for a team October 19, 2023 22:48
@alexcrichton alexcrichton merged commit 2ffbc36 into bytecodealliance:release-14.0.0 Oct 19, 2023
32 checks passed
@alexcrichton alexcrichton deleted the swap-dir-args14 branch October 19, 2023 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants