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
committerMichaël Zasso <targos@protonmail.com>2022-04-28 07:57:22 +0300
commitb0f7c4c8f928597f2118dde73c98ac0fba8f01f9 (patch)
tree05d1cf273c607c243275988b2236a69b9607729f /src/node_binding.cc
parentc6c1dc58335f08b52139a0692502486bcb8b6ea0 (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)