We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b006fa8 commit efee834Copy full SHA for efee834
common.gypi
@@ -36,7 +36,7 @@
36
37
# Reset this number to 0 on major V8 upgrades.
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.12',
+ 'v8_embedder_string': '-node.13',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/src/wasm/wasm-module-builder.h
@@ -361,6 +361,8 @@ class V8_EXPORT_PRIVATE WasmModuleBuilder : public ZoneObject {
361
// Indirect functions must be allocated before adding extra tables.
362
bool allocating_indirect_functions_allowed_ = true;
363
#endif
364
+
365
+ DISALLOW_COPY_AND_ASSIGN(WasmModuleBuilder);
366
};
367
368
inline FunctionSig* WasmFunctionBuilder::signature() {
0 commit comments