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 4bc366f

Browse filesBrowse files
tniessenaduh95
authored andcommitted
doc: use "WebAssembly" instead of "Web Assembly"
PR-URL: #59954 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 4808dbd commit 4bc366f
Copy full SHA for 4bc366f

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎glossary.md‎

Copy file name to clipboardExpand all lines: glossary.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ This file documents various terms and definitions used throughout the Node.js co
9797
* **VM**: [The Node.js VM module][] - Provides a way of executing code within V8 Virtual Machine contexts.
9898
* **W3C**: [World Wide Web Consortium][] - An international community that develops standards and guidelines for
9999
various aspects of the web ecosystem.
100-
* **WASI**: [Web Assembly System Interface][] - Interface for WebAssembly.
101-
* **WASM**: Web Assembly - Binary instruction format for a stack-based virtual machine.
100+
* **WASI**: [WebAssembly System Interface][] - Interface for WebAssembly.
101+
* **WASM**: WebAssembly - Binary instruction format for a stack-based virtual machine.
102102
* **WDYT**: What Do You Think?
103103
* **WG**: Working Group - Autonomous teams in the project with specific focus areas.
104104
* **WHATWG**: [Web Hypertext Application Technology Working Group][] - Community developing web standards.
@@ -148,8 +148,8 @@ This file documents various terms and definitions used throughout the Node.js co
148148
[Unicode Transformation Format - 8-bit]: https://en.wikipedia.org/wiki/UTF-8
149149
[Uniform Resource Locator]: https://en.wikipedia.org/wiki/URL
150150
[User Interface]: https://en.wikipedia.org/wiki/User_interface
151-
[Web Assembly System Interface]: https://github.com/WebAssembly/WASI
152151
[Web Hypertext Application Technology Working Group]: https://en.wikipedia.org/wiki/WHATWG
152+
[WebAssembly System Interface]: https://github.com/WebAssembly/WASI
153153
[World Wide Web Consortium]: https://www.w3.org/
154154
[specification document for **ECMAScript**]: https://ecma-international.org/publications-and-standards/standards/ecma-262/
155155
[web-platform-tests]: https://github.com/web-platform-tests/wpt

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.