Skip to content

Commit 20bd58d

Browse files
styflervagg
authored andcommitted
doc: add WebAssembly to globals
PR-URL: #23339 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 183e3bf commit 20bd58d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/api/globals.md

+15
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,19 @@ added: v10.0.0
156156

157157
The WHATWG `URLSearchParams` class. See the [`URLSearchParams`][] section.
158158

159+
## WebAssembly
160+
<!-- YAML
161+
added: v8.0.0
162+
-->
163+
164+
<!-- type=global -->
165+
166+
* {Object}
167+
168+
The object that acts as the namespace for all W3C
169+
[WebAssembly][webassembly-org] related functionality. See the
170+
[Mozilla Developer Network][webassembly-mdn] for usage and compatibility.
171+
159172
[`__dirname`]: modules.html#modules_dirname
160173
[`__filename`]: modules.html#modules_filename
161174
[`clearImmediate`]: timers.html#timers_clearimmediate_immediate
@@ -175,3 +188,5 @@ The WHATWG `URLSearchParams` class. See the [`URLSearchParams`][] section.
175188
[built-in objects]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects
176189
[module system documentation]: modules.html
177190
[timers]: timers.html
191+
[webassembly-mdn]: https://developer.mozilla.org/en-US/docs/WebAssembly
192+
[webassembly-org]: https://webassembly.org

0 commit comments

Comments
 (0)