Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 91edef541d9d586895541354bfec78e7f93856c9
https://github.com/WebKit/WebKit/commit/91edef541d9d586895541354bfec78e7f93856c9
Author: Yijia Huang <[email protected]>
Date: 2026-03-27 (Fri, 27 Mar 2026)
Changed paths:
M JSTests/wasm/debugger/tests/tests.py
M Source/JavaScriptCore/wasm/debugger/WasmMemoryHandler.cpp
M Source/JavaScriptCore/wasm/debugger/WasmMemoryHandler.h
Log Message:
-----------
[JSC][WASM][Debugger] Implement WASM debugger memory write support
https://bugs.webkit.org/show_bug.cgi?id=310929
rdar://173537872
Reviewed by Yusuke Suzuki.
This patch implements MemoryHandler::write() for the M packet
(M<addr>,<len>:<hex-data>).
Also, it adds memoryReadWriteTest() to CWasmTestCase and SwiftWasmTestCase
covering
valid writes, read-back verification, out-of-bounds, and module write rejection.
Tests:
* JSTests/wasm/debugger/tests/tests.py:
(CWasmTestCase.memoryReadWriteTest):
(SwiftWasmTestCase.memoryReadWriteTest):
Canonical link: https://commits.webkit.org/310125@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications