Stream: git-wasmtime

Topic: wasmtime / PR #13519 Optimize `Table::new` slightly with ...


view this post on Zulip Wasmtime GitHub notifications bot (May 31 2026 at 16:12):

alexcrichton opened PR #13519 from alexcrichton:optimize-table-new-with-null to bytecodealliance:main:

Trying to fix some timeouts on OSS-Fuzz where the per-element fill is slow enough to time out. By skipping initialization entirely it should be possibly to bypass those timeouts in theory.

<!--
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 2026 at 16:12):

alexcrichton requested pchickey for a review on PR #13519.

view this post on Zulip Wasmtime GitHub notifications bot (May 31 2026 at 16:12):

alexcrichton requested wasmtime-core-reviewers for a review on PR #13519.

view this post on Zulip Wasmtime GitHub notifications bot (May 31 2026 at 18:03):

github-actions[bot] added the label wasmtime:api on PR #13519.


Last updated: Jun 01 2026 at 09:49 UTC