Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6196884

Browse filesBrowse files
styfleMylesBorins
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 4febb6c commit 6196884
Copy full SHA for 6196884

File tree

Expand file treeCollapse file tree

1 file changed

+15
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+15
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/globals.md‎

Copy file name to clipboardExpand all lines: doc/api/globals.md
+15Lines changed: 15 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.