Stream: git-wasmtime

Topic: wasmtime / PR #3281 Some small optimizations for calling ...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 02 2021 at 14:27):

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 large Trap enum.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 02 2021 at 14:38):

alexcrichton updated PR #3281 from small-opts to main.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 02 2021 at 22:06):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 02 2021 at 22:06):

fitzgen merged PR #3281.


Last updated: Nov 22 2024 at 17:03 UTC