@@ -97,8 +97,8 @@ This file documents various terms and definitions used throughout the Node.js co
97
97
* ** VM** : [ The Node.js VM module] [ ] - Provides a way of executing code within V8 Virtual Machine contexts.
98
98
* ** W3C** : [ World Wide Web Consortium] [ ] - An international community that develops standards and guidelines for
99
99
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.
102
102
* ** WDYT** : What Do You Think?
103
103
* ** WG** : Working Group - Autonomous teams in the project with specific focus areas.
104
104
* ** 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
148
148
[ Unicode Transformation Format - 8-bit ] : https://en.wikipedia.org/wiki/UTF-8
149
149
[ Uniform Resource Locator ] : https://en.wikipedia.org/wiki/URL
150
150
[ User Interface ] : https://en.wikipedia.org/wiki/User_interface
151
- [ Web Assembly System Interface ] : https://github.com/WebAssembly/WASI
152
151
[ Web Hypertext Application Technology Working Group ] : https://en.wikipedia.org/wiki/WHATWG
152
+ [ WebAssembly System Interface ] : https://github.com/WebAssembly/WASI
153
153
[ World Wide Web Consortium ] : https://www.w3.org/
154
154
[ specification document for **ECMAScript** ] : https://ecma-international.org/publications-and-standards/standards/ecma-262/
155
155
[ web-platform-tests ] : https://github.com/web-platform-tests/wpt
0 commit comments