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

Rename "wasmer run-unstable" to "wasmer run" #3924

Merged
merged 30 commits into from
Jun 1, 2023
Merged

Conversation

Michael-F-Bryan
Copy link
Contributor

Now that we've been using the wasmer run-unstable flow for a while, it's time to promote it to wasmer run.

Closes #3801.

@theduke theduke force-pushed the wasmer-run-rename branch from a4583df to eec73b7 Compare May 31, 2023 15:49
@Michael-F-Bryan Michael-F-Bryan marked this pull request as ready for review May 31, 2023 16:22
@Michael-F-Bryan Michael-F-Bryan enabled auto-merge May 31, 2023 19:01
Makefile Outdated Show resolved Hide resolved
Michael-F-Bryan and others added 24 commits June 1, 2023 19:56
"test-integration-cli-debug" will run the integration tests with the
debug binary instead.
This improves --mapdir mounting in multiple ways:

* mounted paths are always canonicalized to absolute paths
  (both guest and host path)

* mapping a directory into the root of the file system ( '/' ) now works
  by individually mounting all direct descendants of the mounted
  directory
@Michael-F-Bryan Michael-F-Bryan requested a review from theduke June 1, 2023 14:19
Copy link
Contributor

@theduke theduke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, with two relatively small change requests.

lib/wasi/src/state/builder.rs Show resolved Hide resolved
tests/integration/cli/tests/snapshot.rs Show resolved Hide resolved
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.

Rename "wasmer run-unstable" to "wasmer run"
3 participants