Stream: git-wasmtime

Topic: wasmtime / PR #6946 Require Wasmtime options come before ...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 31 2023 at 20:01):

alexcrichton opened PR #6946 from alexcrichton:require-wasmtime-options-first to bytecodealliance:main:

This commit implements a new behavior for the CLI of the wasmtime executable which will require that options for Wasmtime itself come before the wasm module being run. Currently they're allowed to come afterwards, but instead all arguments and flags coming after a module will be interpreted as arguments for the module itself.

This feature has a bit of a storied history at this point, and the breadcrumbs are:

This PR is intended to be landed as a sibling of #6925, another independent overhaul of Wasmtime's own options on the CLI, for the Wasmtime 14.0.0 release. More information about the motivation for this change, as well as consequences of the fallout, can be found on #6737.

<!--
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 (Sep 09 2023 at 18:03):

alexcrichton has marked PR #6946 as ready for review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 09 2023 at 18:04):

alexcrichton requested fitzgen for a review on PR #6946.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 09 2023 at 18:04):

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

view this post on Zulip Wasmtime GitHub notifications bot (Sep 11 2023 at 16:35):

alexcrichton requested pchickey for a review on PR #6946.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 11 2023 at 21:16):

alexcrichton requested fitzgen for a review on PR #6946.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2023 at 17:27):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2023 at 17:43):

alexcrichton updated PR #6946.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2023 at 17:43):

alexcrichton has enabled auto merge for PR #6946.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2023 at 18:22):

alexcrichton updated PR #6946.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2023 at 19:32):

alexcrichton merged PR #6946.


Last updated: Oct 23 2024 at 20:03 UTC