Description[wasm] Disassemble wasm code from script
This stores the wasm object and the function index in the script, and
adds functions to get the disassembled wasm code as well as the offset
table mapping from byte position to line and column in the disassembly
solely from the script.
This will be used to show "ui source code" in DevTools, and map raw
locations from the stack trace into this code view.
R=yangguo@chromium.org, ahaas@chromium.org, titzer@chromium.org
BUG=chromium:613110
Patch Set 1 #Patch Set 2 : address gcmole report #Patch Set 3 : Add test case #
Total comments: 10
Patch Set 4 : address comments #
Total comments: 6
Patch Set 5 : remove unimplemented wasm SetBreakPoint method #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 20 (8 generated)
|