Skip to content

Commit 0b37b59

Browse files
tniessentargos
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 f14ed5a commit 0b37b59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

glossary.md

Lines changed: 3 additions & 3 deletions
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)