Stream: git-wasmtime

Topic: wasmtime / PR #14280 bench: Add benchmark for guest <-> h...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 04 2026 at 20:29):

adamrk opened PR #14280 from adamrk:abk/guest-host-async-call-benchmarks to bytecodealliance:main:

Adds a benchmark for async lifted and async lowered nop calls between the guest and host. I'm getting:

component-async/host-to-guest
                        time:   [1.4025 µs 1.4068 µs 1.4122 µs]
component-async/guest-to-host
                        time:   [279.31 ns 280.36 ns 281.67 ns]

versus

sync/no-hook/core - host-to-wasm - typed - nop
                        time:   [27.718 ns 30.766 ns 33.759 ns]
sync/no-hook/core - wasm-to-host - typed - nop
                        time:   [7.2183 ns 7.4901 ns 7.8316 ns]

for sync core calls.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 04 2026 at 20:29):

adamrk requested alexcrichton for a review on PR #14280.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 04 2026 at 20:29):

adamrk requested wasmtime-default-reviewers for a review on PR #14280.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 05 2026 at 04:09):

:thumbs_up: alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 05 2026 at 04:09):

alexcrichton added PR #14280 bench: Add benchmark for guest <-> host async calls with CM-async to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 05 2026 at 04:33):

:check: alexcrichton merged PR #14280.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 05 2026 at 04:33):

alexcrichton removed PR #14280 bench: Add benchmark for guest <-> host async calls with CM-async from the merge queue.


Last updated: Sep 20 2026 at 18:08 UTC