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.
bjorn3 requested wasmtime-default-reviewers for a review on PR #9020.
bjorn3 requested elliottt for a review on PR #9020.
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.
bjorn3 updated PR #9020.
bjorn3 updated PR #9020.
bjorn3 updated PR #9020.
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: Nov 22 2024 at 17:03 UTC