[webkit-changes] [WebKit/WebKit] 23c76f: [JSC] Update outdated comments for `WasmModuleInfo...
SUZUKI Sosuke
noreply at github.com
Sun Aug 4 03:15:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 23c76f82dce26b1ba9f4770df7b2fe6b2967dc42
https://github.com/WebKit/WebKit/commit/23c76f82dce26b1ba9f4770df7b2fe6b2967dc42
Author: Sosuke Suzuki <aosukeke at gmail.com>
Date: 2024-08-04 (Sun, 04 Aug 2024)
Changed paths:
M Source/JavaScriptCore/wasm/WasmModuleInformation.h
Log Message:
-----------
[JSC] Update outdated comments for `WasmModuleInformation`
https://bugs.webkit.org/show_bug.cgi?id=277590
Reviewed by Keith Miller.
The comments in `WasmModuleInformat.h` state that the JSC Wasm implementation can only have one
memory and one table. However, https://github.com/WebKit/WebKit/commit/f8e5d3c58c7eafc12c1264c2321e72ec67a6077a
now allows for multiple tables. Therefore, these comments are outdated.
This patch updates the outdated comments to reflect the current state.
* Source/JavaScriptCore/wasm/WasmModuleInformation.h:
Canonical link: https://commits.webkit.org/281815@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list