Stream: git-wasmtime

Topic: wasmtime / PR #13828 Avoid spawning a subprocess for ever...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 19:25):

fitzgen opened PR #13828 from fitzgen:speed-up-disas-tests to bytecodealliance:main:

Due to the crappy corporate management software that I am forced to use at work, spawning processes on my work machine is very slow and is also serialized.

This commit uses ObjdumpCommand directly from the disas test runner instead, and brings a full disas test run down from ~5 minutes to just ~6 seconds.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 19:25):

fitzgen requested wasmtime-core-reviewers for a review on PR #13828.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 19:25):

fitzgen requested alexcrichton for a review on PR #13828.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 19:25):

fitzgen requested wasmtime-default-reviewers for a review on PR #13828.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 19:25):

fitzgen requested dicej for a review on PR #13828.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 19:50):

:thumbs_up: alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 19:50):

alexcrichton added PR #13828 Avoid spawning a subprocess for every disas test to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 20:17):

:check: alexcrichton merged PR #13828.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 20:17):

alexcrichton removed PR #13828 Avoid spawning a subprocess for every disas test from the merge queue.


Last updated: Jul 29 2026 at 05:03 UTC