• titzer's avatar
    [wasm] Disassemble wasm code from script · d249efd7
    titzer authored
    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 from issue 2063013004 at patchset 80001 (http://crrev.com/2063013004#ps80001)
    
    Review-Url: https://codereview.chromium.org/2105303002
    Cr-Commit-Position: refs/heads/master@{#37430}
    d249efd7
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
x87 Loading commit data...
OWNERS Loading commit data...
debug-evaluate.cc Loading commit data...
debug-evaluate.h Loading commit data...
debug-frames.cc Loading commit data...
debug-frames.h Loading commit data...
debug-scopes.cc Loading commit data...
debug-scopes.h Loading commit data...
debug.cc Loading commit data...
debug.h Loading commit data...
debug.js Loading commit data...
liveedit.cc Loading commit data...
liveedit.h Loading commit data...
liveedit.js Loading commit data...
mirrors.js Loading commit data...