Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 60a1a25bc9874ed9a1eceb1194575e8469b5c357
https://github.com/WebKit/WebKit/commit/60a1a25bc9874ed9a1eceb1194575e8469b5c357
Author: Yusuke Suzuki <[email protected]>
Date: 2024-08-15 (Thu, 15 Aug 2024)
Changed paths:
M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
M Source/JavaScriptCore/Sources.txt
M Source/JavaScriptCore/wasm/WasmModuleInformation.h
M Source/JavaScriptCore/wasm/WasmSectionParser.cpp
A Source/JavaScriptCore/wasm/WasmSourceMappingURLSectionParser.cpp
A Source/JavaScriptCore/wasm/WasmSourceMappingURLSectionParser.h
Log Message:
-----------
[JSC] Add sourceMappingURL scanning in wasm
https://bugs.webkit.org/show_bug.cgi?id=278133
rdar://133890146
Reviewed by Keith Miller.
Not doing anything for now, but just parsing sourceMappingURL from wasm module
and storing it to ModuleInformation for future use case.
Also clean up custom section parsing code.
* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
* Source/JavaScriptCore/Sources.txt:
* Source/JavaScriptCore/wasm/WasmModuleInformation.h:
* Source/JavaScriptCore/wasm/WasmSectionParser.cpp:
(JSC::Wasm::SectionParser::parseCustom):
* Source/JavaScriptCore/wasm/WasmSourceMappingURLSectionParser.cpp: Added.
(JSC::Wasm::SourceMappingURLSectionParser::parse):
* Source/JavaScriptCore/wasm/WasmSourceMappingURLSectionParser.h: Added.
Canonical link: https://commits.webkit.org/282284@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes