@@ -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