Description[wasm] API renames for wasm serialization/deserialization
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=
Committed: https://crrev.com/38ac7fe6583b66d6f2bc678cb7b888281baa3363
Cr-Commit-Position: refs/heads/master@{#40238}
Patch Set 1 #Patch Set 2 : [wasm] API renames for wasm serialization/deserialization #
Messages
Total messages: 20 (14 generated)
|