Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0691f940a6f7f62509faf858df85d3416c107845
https://github.com/WebKit/WebKit/commit/0691f940a6f7f62509faf858df85d3416c107845
Author: Anand Srinivasan <[email protected]>
Date: 2026-03-09 (Mon, 09 Mar 2026)
Changed paths:
M JSTests/wasm/references/multitable.js
M Source/JavaScriptCore/wasm/WasmLimits.h
Log Message:
-----------
Use correct limit for number of wasm tables
https://bugs.webkit.org/show_bug.cgi?id=308732
rdar://171801338
Reviewed by Yusuke Suzuki.
JSC currently throws an error if a wasm module uses more than 1 million
tables. The JS embedding spec says the limit is 100,000:
https://webassembly.github.io/spec/js-api/index.html#limits
Corrected an existing test that assumed the limit was 1 million
* JSTests/wasm/references/multitable.js:
* Source/JavaScriptCore/wasm/WasmLimits.h:
Canonical link: https://commits.webkit.org/308922@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications