Node.js has an extensive ecosystem of tools and libraries in the form of npm. Sven Sauleau and other members of the open source community have created webassemblyjs, an extensive suite of tooling for WebAssembly built with Node.js. The webassemblyjs site at https://webassembly.js.org includes the tagline Toolchain for WebAssembly. There are currently over 20 npm packages to perform various tasks and aid in development, such as an ESLint plugin, an AST validator, and a formatter. AssemblyScript, a TypeScript to WebAssembly compiler, allows you to write performant code that compiles to a Wasm module without having to learn C or C++. The Node.js community is clearly vested in WebAssembly's success.