Stream: git-wasmtime

Topic: wasmtime / PR #8961 Add support for `wasmtime run --argv0...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 15 2024 at 21:32):

alexcrichton requested wasmtime-core-reviewers for a review on PR #8961.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 15 2024 at 21:32):

alexcrichton opened PR #8961 from alexcrichton:argv0 to bytecodealliance:main:

This commit adds support for a new --argv0 flag to the wasmtime run CLI (and only wasmtime run, not other subcommands). This flag is used to override the inferred value of the first argument which is sometimes used to dispatch on various pieces of functionality. This enables avoiding the need to copy around wasm files.

Closes #8955

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jul 15 2024 at 21:32):

alexcrichton requested elliottt for a review on PR #8961.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 15 2024 at 21:41):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 15 2024 at 21:57):

alexcrichton merged PR #8961.


Last updated: Oct 23 2024 at 20:03 UTC