Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4517c96eee8667596c8e8db38520221837d3faa2
https://github.com/WebKit/WebKit/commit/4517c96eee8667596c8e8db38520221837d3faa2
Author: Sergey Rubanov <[email protected]>
Date: 2026-08-01 (Sat, 01 Aug 2026)
Changed paths:
M JSTests/wasm/js-api/Module.customSection.js
Log Message:
-----------
[JSC][Wasm] Test Module.customSections returns independent ArrayBuffer copies
https://bugs.webkit.org/show_bug.cgi?id=166701
Reviewed by Yusuke Suzuki.
customSections already allocates a new ArrayBuffer via tryCreate(span)
and memcpy. Cover the bug 166701 requirement that mutating a returned
buffer does not affect later customSections results or other returned
buffers, and that successive calls do not reuse the same objects.
* JSTests/wasm/js-api/Module.customSection.js:
Canonical link: https://commits.webkit.org/318396@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications