Skip to content

Commit 992c1d5

Browse files
styflejasnell
authored andcommitted
doc: add WebAssembly to globals
PR-URL: #23339 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent ec3740c commit 992c1d5

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
@@ -215,6 +215,19 @@ added: v10.0.0
215215

216216
The WHATWG `URLSearchParams` class. See the [`URLSearchParams`][] section.
217217

218+
## WebAssembly
219+
<!-- YAML
220+
added: v8.0.0
221+
-->
222+
223+
<!-- type=global -->
224+
225+
* {Object}
226+
227+
The object that acts as the namespace for all W3C
228+
[WebAssembly][webassembly-org] related functionality. See the
229+
[Mozilla Developer Network][webassembly-mdn] for usage and compatibility.
230+
218231
[`__dirname`]: modules.html#modules_dirname
219232
[`__filename`]: modules.html#modules_filename
220233
[`clearImmediate`]: timers.html#timers_clearimmediate_immediate
@@ -236,3 +249,5 @@ The WHATWG `URLSearchParams` class. See the [`URLSearchParams`][] section.
236249
[built-in objects]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects
237250
[module system documentation]: modules.html
238251
[timers]: timers.html
252+
[webassembly-mdn]: https://developer.mozilla.org/en-US/docs/WebAssembly
253+
[webassembly-org]: https://webassembly.org

0 commit comments

Comments
 (0)