From 8461be34f12c497dca38e442f78d4de71dfb7a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Thu, 14 Sep 2023 13:21:23 +0200 Subject: [PATCH 1/2] Add data for `WebAssebly.*Streaming` in Node.js Implemented in https://github.com/nodejs/node/pull/42701. Manually tested that it's present in Node.js 18.1 and not in 18.0. --- javascript/builtins/WebAssembly.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/builtins/WebAssembly.json b/javascript/builtins/WebAssembly.json index eec172efdedde3..d1d8ab8c03640f 100644 --- a/javascript/builtins/WebAssembly.json +++ b/javascript/builtins/WebAssembly.json @@ -107,7 +107,7 @@ "version_added": false }, "nodejs": { - "version_added": false + "version_added": "18.1" }, "oculus": "mirror", "opera": { @@ -193,7 +193,7 @@ "version_added": false }, "nodejs": { - "version_added": false + "version_added": "18.1" }, "oculus": "mirror", "opera": { From ceee556c40273d21e685682aa081b0f9205b22d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Sun, 17 Sep 2023 09:17:59 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu --- javascript/builtins/WebAssembly.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/builtins/WebAssembly.json b/javascript/builtins/WebAssembly.json index d1d8ab8c03640f..72744f84867b25 100644 --- a/javascript/builtins/WebAssembly.json +++ b/javascript/builtins/WebAssembly.json @@ -107,7 +107,7 @@ "version_added": false }, "nodejs": { - "version_added": "18.1" + "version_added": "18.1.0" }, "oculus": "mirror", "opera": { @@ -193,7 +193,7 @@ "version_added": false }, "nodejs": { - "version_added": "18.1" + "version_added": "18.1.0" }, "oculus": "mirror", "opera": {