Stream: git-wasmtime

Topic: wasmtime / PR #9020 Update gimli to 0.31.0


view this post on Zulip Wasmtime GitHub notifications bot (Jul 26 2024 at 13:35):

bjorn3 opened PR #9020 from bjorn3:update_gimli to bytecodealliance:main:

Gimli 0.29.0 and later includes a fix for corrupt .eh_frame tables being generated in certain cases. Wasmtime isn't affected by this as it never sets an LSDA, but cg_clif will need this for supporting unwinding from exceptions.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 26 2024 at 13:35):

bjorn3 requested wasmtime-default-reviewers for a review on PR #9020.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 26 2024 at 13:35):

bjorn3 requested elliottt for a review on PR #9020.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 26 2024 at 13:36):

bjorn3 edited PR #9020:

Gimli 0.29.0 and later includes a fix for corrupt .eh_frame unwind tables being generated in certain cases. Wasmtime isn't affected by this as it never sets an LSDA, but cg_clif will need this for supporting unwinding from exceptions.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 26 2024 at 13:37):

bjorn3 updated PR #9020.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 26 2024 at 13:41):

bjorn3 updated PR #9020.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 26 2024 at 14:02):

bjorn3 updated PR #9020.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 26 2024 at 14:02):

bjorn3 edited PR #9020:

Gimli 0.29.0 includes a fix for corrupt .eh_frame unwind tables being generated in certain cases. Wasmtime isn't affected by this as it never sets an LSDA, but cg_clif will need this for supporting unwinding from exceptions.

I also had to update a couple of other crates to prevent crates being included in multiple versions.


Last updated: Oct 23 2024 at 20:03 UTC