• titzer's avatar
    [wasm] Rework encoding of local declarations. · 835c5e6b
    titzer authored
    Local declarations were previously encoded as an optional set of
    4 uint16 values as part of the function declaration. This CL
    implements the current design of moving these declarations to
    a list of pairs of (type, count) that is part of the body.
    
    R=bradnelson@chromium.org,binji@chromium.org
    BUG=
    
    Review URL: https://codereview.chromium.org/1763433002
    
    Cr-Commit-Position: refs/heads/master@{#34564}
    835c5e6b
Name
Last commit
Last update
..
OWNERS Loading commit data...
test-run-wasm-64.cc Loading commit data...
test-run-wasm-js.cc Loading commit data...
test-run-wasm-module.cc Loading commit data...
test-run-wasm.cc Loading commit data...
test-signatures.h Loading commit data...
wasm-run-utils.h Loading commit data...