alexcrichton opened PR #3281 from small-opts
to main
:
Not exactly a ground-shaking PR but I've been doing some profiling of wasm->host and host->wasm calls recently and this commit fixes some hotter spots which are on the easier side of how to fix. The biggest change here is working with
Box<Trap>
internally instead of the very largeTrap
enum.
alexcrichton updated PR #3281 from small-opts
to main
.
fitzgen submitted PR review.
fitzgen merged PR #3281.
Last updated: Jan 24 2025 at 00:11 UTC