Stream: git-wasmtime

Topic: wasmtime / PR #6492 wasi-threads: check module shape at s...


view this post on Zulip Wasmtime GitHub notifications bot (May 31 2023 at 23:19):

abrown opened PR #6492 from abrown:fix-6153 to bytecodealliance:main:

This change relaxes what kinds of modules can be run when wasi-threads is enabled via --wasi-modules experimental-wasi-threads. Previously, as reported in #6153, simple modules that made no use of thread spawning or shared memories were preemptively rejected when the wasi-threads context was created. This is too restrictive.

Instead, this change does the following:

<!--
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 (May 31 2023 at 23:19):

abrown requested alexcrichton for a review on PR #6492.

view this post on Zulip Wasmtime GitHub notifications bot (May 31 2023 at 23:19):

abrown requested wasmtime-core-reviewers for a review on PR #6492.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 01 2023 at 15:23):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 01 2023 at 16:02):

alexcrichton merged PR #6492.


Last updated: Oct 23 2024 at 20:03 UTC