doc: add WDYT to glossary

PR-URL: https://github.com/nodejs/node/pull/59280
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This commit is contained in:
btea 2025-08-01 14:19:44 +08:00 committed by GitHub
parent c836bd6746
commit 5f5f9cb015
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,6 +99,7 @@ This file documents various terms and definitions used throughout the Node.js co
various aspects of the web ecosystem. various aspects of the web ecosystem.
* **WASI**: [Web Assembly System Interface][] - Interface for WebAssembly. * **WASI**: [Web Assembly System Interface][] - Interface for WebAssembly.
* **WASM**: Web Assembly - Binary instruction format for a stack-based virtual machine. * **WASM**: Web Assembly - 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. * **WG**: Working Group - Autonomous teams in the project with specific focus areas.
* **WHATWG**: [Web Hypertext Application Technology Working Group][] - Community developing web standards. * **WHATWG**: [Web Hypertext Application Technology Working Group][] - Community developing web standards.
* **WIP**: Work In Progress - Unfinished work that may be worth an early look. * **WIP**: Work In Progress - Unfinished work that may be worth an early look.