We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7338b7 commit 963061bCopy full SHA for 963061b
common.gypi
@@ -37,7 +37,7 @@
37
38
# Reset this number to 0 on major V8 upgrades.
39
# Increment by one for each non-official patch applied to deps/v8.
40
- 'v8_embedder_string': '-node.5',
+ 'v8_embedder_string': '-node.6',
41
42
##### V8 defaults for Node.js #####
43
deps/v8/include/v8.h
@@ -4527,9 +4527,6 @@ class V8_EXPORT WasmModuleObject : public Object {
4527
static void CheckCast(Value* obj);
4528
};
4529
4530
-V8_DEPRECATED("Use WasmModuleObject",
4531
- typedef WasmModuleObject WasmCompiledModule);
4532
-
4533
/**
4534
* The V8 interface for WebAssembly streaming compilation. When streaming
4535
* compilation is initiated, V8 passes a {WasmStreaming} object to the embedder
0 commit comments