Stream: git-wasmtime

Topic: wasmtime / PR #13715 Add explicit hint for generic call


view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2026 at 00:51):

Mark-Simulacrum opened PR #13715 from Mark-Simulacrum:hint-generics to bytecodealliance:main:

This fixes compilation with the new trait solver (probably an upstream
bug, haven't checked, but this is a trivial workaround). See compilation
failure here: https://github.com/rust-lang/rust/pull/157590#issuecomment-4772783906.

This hinting is already present for other calls to the same function (search for add_to_linker_instance:: in the edited file).

If possible, it would be great to get this released in a patch release of v46.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2026 at 00:51):

Mark-Simulacrum requested dicej for a review on PR #13715.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2026 at 00:51):

Mark-Simulacrum requested wasmtime-core-reviewers for a review on PR #13715.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2026 at 12:27):

tschneidereit requested wasmtime-core-reviewers for a review on PR #13715.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2026 at 12:27):

tschneidereit unassigned dicej from PR #13715 Add explicit hint for generic call.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2026 at 12:28):

tschneidereit commented on PR #13715:

Makes sense to me, but I'll wait for someone with more experience with this code to sign off.

@Mark-Simulacrum we can definitely do a patch release for this, yeah. How urgently do you need that? @alexcrichton is on PTO this week, but if it's urgent I'll reach out to other maintainers

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2026 at 16:17):

:thumbs_up: pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2026 at 16:17):

pchickey commented on PR #13715:

@Mark-Simulacrum can you please make a PR cherry-picking the merge commit of this onto the release-46.0.0 branch? I will get it out in a patch release tomorrow.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2026 at 16:18):

pchickey added PR #13715 Add explicit hint for generic call to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2026 at 16:18):

pchickey edited a comment on PR #13715:

@Mark-Simulacrum can you please make a PR cherry-picking the squashed commit of this onto the release-46.0.0 branch? I will get it out in a patch release tomorrow.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2026 at 16:42):

:check: pchickey merged PR #13715.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2026 at 16:42):

pchickey removed PR #13715 Add explicit hint for generic call from the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2026 at 23:17):

Mark-Simulacrum commented on PR #13715:

It's not particularly urgent (sometime this or next week is fine). I'll get a cherry pick out today or tomorrow morning.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2026 at 23:19):

Mark-Simulacrum commented on PR #13715:

Put up the backport in https://github.com/bytecodealliance/wasmtime/pull/13719.


Last updated: Jul 29 2026 at 05:03 UTC