Stream: git-wasmtime

Topic: wasmtime / PR #10035 Disable parallel compilation during ...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 16 2025 at 19:50):

alexcrichton requested fitzgen for a review on PR #10035.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 16 2025 at 19:50):

alexcrichton requested wasmtime-fuzz-reviewers for a review on PR #10035.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 16 2025 at 19:50):

alexcrichton opened PR #10035 from alexcrichton:fuzz-no-rayon to bytecodealliance:main:

The intention has always been to disable parallel compilation during fuzzing and this was previously achieved with a single-thread pool for Rayon. This still spawns a rayon thread though and can offload work to it, so this instead explicitly uses wasmtime::Config to disable parallel compilation. This should ensure that rayon doesn't get used at runtime, as desired, and additionally avoids spawning threads or offloading work onto a thread.

<!--
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 (Jan 16 2025 at 20:07):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 16 2025 at 20:30):

alexcrichton merged PR #10035.


Last updated: Jan 24 2025 at 00:11 UTC