Stream: git-wasmtime

Topic: wasmtime / PR #10705 Update stability docs for the Wasm G...


view this post on Zulip Wasmtime GitHub notifications bot (May 01 2025 at 19:53):

fitzgen opened PR #10705 from fitzgen:update-gc-proposal-status-in-book to bytecodealliance:main:

Updates the "finished" and "fuzzed" columns to reflect their partial completion.

Removes the footnote about regressing non-GC-using Wasm performance when enabled, as that is not actually true. We only do subtype checks as a fallback when direct equality fails, and for non-GC-using Wasm if direct equality fails then a trap is raised and the program terminates so a subtype check on this branch doesn't matter. When direct equality succeeds, then there is no overhead compared to when the GC proposal is not enabled.

<!--
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 (May 01 2025 at 19:53):

fitzgen requested wasmtime-default-reviewers for a review on PR #10705.

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2025 at 19:53):

fitzgen requested dicej for a review on PR #10705.

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2025 at 19:56):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2025 at 19:57):

fitzgen has enabled auto merge for PR #10705.

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2025 at 20:29):

fitzgen merged PR #10705.


Last updated: Dec 06 2025 at 06:05 UTC