Stream: git-wasmtime

Topic: wasmtime / PR #11851 Disallow fewer instructions in Wizer


view this post on Zulip Wasmtime GitHub notifications bot (Oct 14 2025 at 16:40):

alexcrichton opened PR #11851 from alexcrichton:wizer-more-instructions to bytecodealliance:main:

Specifically allow table.get, ref.null, ref.is_null, select (typed), ref.func, and table.size. These are fine to execute and the incompatibility with Wizer instead comes when a table or a reference type global is mutated. That mutation is disallowed elsewhere, however, so there's no need to reject these instructions.

<!--
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 (Oct 14 2025 at 16:40):

alexcrichton requested fitzgen for a review on PR #11851.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 14 2025 at 16:40):

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

view this post on Zulip Wasmtime GitHub notifications bot (Oct 14 2025 at 17:01):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 14 2025 at 17:32):

fitzgen merged PR #11851.


Last updated: Dec 06 2025 at 07:03 UTC