DeepSpeech/native_client/javascript/node-pre-gyp_nodejs_v11.patch
2018-10-30 12:39:16 +01:00

67 lines
1.3 KiB
Diff

From f356b37c438c726516653ca2fd830359654c5b70 Mon Sep 17 00:00:00 2001
From: "Nicolas \"Pixel\" Noble" <pixel@nobis-crew.org>
Date: Sat, 27 Oct 2018 00:25:50 +0200
Subject: [PATCH] Updating crosswalk information.
---
lib/util/abi_crosswalk.json | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/lib/util/abi_crosswalk.json b/lib/util/abi_crosswalk.json
index a9f2ea4..9a07647 100644
--- a/lib/util/abi_crosswalk.json
+++ b/lib/util/abi_crosswalk.json
@@ -1503,6 +1503,10 @@
"node_abi": 48,
"v8": "5.1"
},
+ "6.14.4": {
+ "node_abi": 48,
+ "v8": "5.1"
+ },
"7.0.0": {
"node_abi": 51,
"v8": "5.4"
@@ -1671,6 +1675,14 @@
"node_abi": 57,
"v8": "6.2"
},
+ "8.11.4": {
+ "node_abi": 57,
+ "v8": "6.2"
+ },
+ "8.12.0": {
+ "node_abi": 57,
+ "v8": "6.2"
+ },
"9.0.0": {
"node_abi": 59,
"v8": "6.2"
@@ -1786,5 +1798,25 @@
"10.8.0": {
"node_abi": 64,
"v8": "6.7"
+ },
+ "10.9.0": {
+ "node_abi": 64,
+ "v8": "6.8"
+ },
+ "10.10.0": {
+ "node_abi": 64,
+ "v8": "6.8"
+ },
+ "10.11.0": {
+ "node_abi": 64,
+ "v8": "6.8"
+ },
+ "10.12.0": {
+ "node_abi": 64,
+ "v8": "6.8"
+ },
+ "11.0.0": {
+ "node_abi": 67,
+ "v8": "7.0"
}
}
\ No newline at end of file