From 3165b77ae99a8ef351ebc7aa1b4695cf321f192d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 21 Sep 2025 01:05:58 +0200 Subject: [PATCH] doc: use "WebAssembly" instead of "Web Assembly" --- glossary.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glossary.md b/glossary.md index fe3b8b6e8804fd..04de044f81a10f 100644 --- a/glossary.md +++ b/glossary.md @@ -97,8 +97,8 @@ This file documents various terms and definitions used throughout the Node.js co * **VM**: [The Node.js VM module][] - Provides a way of executing code within V8 Virtual Machine contexts. * **W3C**: [World Wide Web Consortium][] - An international community that develops standards and guidelines for various aspects of the web ecosystem. -* **WASI**: [Web Assembly System Interface][] - Interface for WebAssembly. -* **WASM**: Web Assembly - Binary instruction format for a stack-based virtual machine. +* **WASI**: [WebAssembly System Interface][] - Interface for WebAssembly. +* **WASM**: WebAssembly - Binary instruction format for a stack-based virtual machine. * **WDYT**: What Do You Think? * **WG**: Working Group - Autonomous teams in the project with specific focus areas. * **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 [Unicode Transformation Format - 8-bit]: https://en.wikipedia.org/wiki/UTF-8 [Uniform Resource Locator]: https://en.wikipedia.org/wiki/URL [User Interface]: https://en.wikipedia.org/wiki/User_interface -[Web Assembly System Interface]: https://github.com/WebAssembly/WASI [Web Hypertext Application Technology Working Group]: https://en.wikipedia.org/wiki/WHATWG +[WebAssembly System Interface]: https://github.com/WebAssembly/WASI [World Wide Web Consortium]: https://www.w3.org/ [specification document for **ECMAScript**]: https://ecma-international.org/publications-and-standards/standards/ecma-262/ [web-platform-tests]: https://github.com/web-platform-tests/wpt