• 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
..
libplatform Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...
v8-debug.h Loading commit data...
v8-experimental.h Loading commit data...
v8-inspector-protocol.h Loading commit data...
v8-inspector.h Loading commit data...
v8-platform.h Loading commit data...
v8-profiler.h Loading commit data...
v8-testing.h Loading commit data...
v8-util.h Loading commit data...
v8-version.h Loading commit data...
v8.h Loading commit data...
v8config.h Loading commit data...