Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ad023b35ced0b26ac7fd8e2c86d2daa6ea8a0a16
https://github.com/WebKit/WebKit/commit/ad023b35ced0b26ac7fd8e2c86d2daa6ea8a0a16
Author: Sergey Rubanov <[email protected]>
Date: 2026-08-28 (Fri, 28 Aug 2026)
Changed paths:
M Source/JavaScriptCore/wasm/js/WebAssemblyModuleConstructor.cpp
Log Message:
-----------
[JSC][Wasm] Compare custom section names without allocating a String
https://bugs.webkit.org/show_bug.cgi?id=322759
Reviewed by Yusuke Suzuki.
WebAssembly.Module.customSections compared each section name by
building a String. Use WTF::equal against the UTF-8 name span.
* Source/JavaScriptCore/wasm/js/WebAssemblyModuleConstructor.cpp:
Canonical link: https://commits.webkit.org/320053@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications