Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[23.0.0] A few more backports #8922

Merged
merged 4 commits into from
Jul 9, 2024

Conversation

alexcrichton
Copy link
Member

This backports a few more PRs to the release-23.0.0 branch:

alexcrichton and others added 4 commits July 9, 2024 07:40
* Update dependency on `wit-bindgen`

Updating to the latest released version.

* Add vets

* Fix build of test-programs
I'm not entirely sure what causes this but Wasmtime shouldn't panic with
invalid DWARF. In general (bytecodealliance#5537) Wasmtime's support for DWARF needs to
be rewritten, but in the meantime let's play whack-a-mole with panics
and try to paper over issues.

Closes bytecodealliance#8884
Closes bytecodealliance#8904
…liance#8899)

* Wasmtime: Pop GC LIFO roots even when there is no GC heap

We can create and root `i31ref`s without ever allocating a GC heap for the
store, so we can't guard popping LIFO roots on the presence of a GC heap or else
we risk unbounded growth of the LIFO root set.

* Fix build with the gc feature disabled
@alexcrichton alexcrichton requested review from a team as code owners July 9, 2024 14:42
@alexcrichton alexcrichton requested review from fitzgen and removed request for a team July 9, 2024 14:42
@fitzgen fitzgen merged commit 72fe1de into bytecodealliance:release-23.0.0 Jul 9, 2024
120 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants