Changed
- Remove the
downcast-rs
dependency from Wasmi crates. #1517 - Bump the minimum supported Rust version (MSRV) to Rust 1.86. #1518
- This change was necessitated by the removal of
downcast-rs
.
- This change was necessitated by the removal of
Internal
- Lower
select
instructions more aggressively. #1526- This significantly reduced the number of different
select
instruction
variants and thus might have positive effects on Wasmi's execution performance.
- This significantly reduced the number of different