[webkit-changes] [WebKit/WebKit] ce5c8e: Use a bit more std::span in Wasm
Darin Adler
noreply at github.com
Sun Apr 7 19:15:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ce5c8e236fb8773d837046be4a7c4db22f914357
https://github.com/WebKit/WebKit/commit/ce5c8e236fb8773d837046be4a7c4db22f914357
Author: Darin Adler <darin at apple.com>
Date: 2024-04-07 (Sun, 07 Apr 2024)
Changed paths:
M Source/JavaScriptCore/tools/JSDollarVM.cpp
M Source/JavaScriptCore/wasm/js/JSWebAssemblyHelpers.h
Log Message:
-----------
Use a bit more std::span in Wasm
https://bugs.webkit.org/show_bug.cgi?id=272305
rdar://126049539
Reviewed by Chris Dumez.
* Source/JavaScriptCore/tools/JSDollarVM.cpp:
(functionWasmStreamingParserAddBytes): Use span.
* Source/JavaScriptCore/wasm/js/JSWebAssemblyHelpers.h:
(JSC::getWasmBufferFromValue): Ditto.
(JSC::createSourceBufferFromValue): Ditto.
Canonical link: https://commits.webkit.org/277184@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