Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-04-23 06:09:15 +0300
committerGitHub <noreply@github.com>2022-04-23 06:09:15 +0300
commitc4781ea69ce164b1163a10f50d818be3d0a6bca4 (patch)
tree69743d339d2473f2978d75d76716cbbd06b8e409 /src/node_binding.cc
parenteeb27c2e0aecbf418635a8c4b7c4529385798c63 (diff)
lib,src: implement WebAssembly Web API
Refs: https://github.com/nodejs/node/pull/41749 Fixes: https://github.com/nodejs/node/issues/21130 PR-URL: https://github.com/nodejs/node/pull/42701 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Diffstat (limited to 'src/node_binding.cc')
-rw-r--r--src/node_binding.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_binding.cc b/src/node_binding.cc
index 29b9ccdaed8..2991ee34746 100644
--- a/src/node_binding.cc
+++ b/src/node_binding.cc
@@ -87,6 +87,7 @@
V(uv) \
V(v8) \
V(wasi) \
+ V(wasm_web_api) \
V(watchdog) \
V(worker) \
V(zlib)