Permalink
Please
sign in to comment.
Browse files
v8: enable inline WASM in serialization API
Since the API we expose through the `v8` module is Buffer-based, we cannot transfer WASM modules directly. Instead, we enable the V8-provided inline WASM (de)serialization for WASM modules. PR-URL: #25313 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gus Caplan <me@gus.host>
- Loading branch information...
Showing
with
12 additions
and 1 deletion.
- +1 −0 src/node_serdes.cc
- +11 −1 test/parallel/test-v8-serdes.js
0 comments on commit
7f78137