• mtrofin's avatar
    [wasm] API renames for wasm serialization/deserialization · 38ac7fe6
    mtrofin authored
    This incorporates recent feedback:
    - simpler deserialization API by dropping the std::unique_ptr.
    The only purpose there was communicating to the caller that they
    own the buffer, and that the deserializer won't delete it. The new
    design communicates that through a naming choice.
    - renamed *UncompiledBytes to *WasmWireBytes
    
    BUG=
    
    Review-Url: https://codereview.chromium.org/2411263004
    Cr-Commit-Position: refs/heads/master@{#40238}
    38ac7fe6
Name
Last commit
Last update
..
OWNERS Loading commit data...
test-run-wasm-64.cc Loading commit data...
test-run-wasm-asmjs.cc Loading commit data...
test-run-wasm-interpreter.cc Loading commit data...
test-run-wasm-js.cc Loading commit data...
test-run-wasm-module.cc Loading commit data...
test-run-wasm-relocation.cc Loading commit data...
test-run-wasm-simd.cc Loading commit data...
test-run-wasm.cc Loading commit data...
test-wasm-function-name-table.cc Loading commit data...
test-wasm-stack.cc Loading commit data...
test-wasm-trap-position.cc Loading commit data...
wasm-run-utils.h Loading commit data...