Source: node-webassemblyjs Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , chai , eslint , jest , mocha , node-babel7 , node-debbundle-es-to-primitive , node-define-properties , node-es-abstract , node-function-bind , node-glob , node-object-inspect Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-webassemblyjs Vcs-Git: https://salsa.debian.org/js-team/node-webassemblyjs.git Homepage: https://github.com/xtuc/webassemblyjs Rules-Requires-Root: no Package: node-webassemblyjs Architecture: all Multi-Arch: foreign Depends: node-es-abstract , node-glob , ${misc:Depends} Suggests: chai , node-babel7 , node-estraverse , node-glob , node-jest-diff Provides: ${nodejs:Provides} Description: Toolchain for WebAssembly This package includes: webassemblyjs - WebAssembly interpreter, implements the W3C WebAssembly API. and the following modules under @webassembly name space. . ast - AST utils for webassemblyjs cli - Toolbox for WebAssembly dce - Eliminate unused functions in your WASM binary eslint-plugin-webassembly - ESLint plugin for WebAssembly. floating-point-hex-parser - Parser function for floating point hexadecimals. helper-buffer - Buffer manipulation helpers helper-fsm - FSM implementation helper-wasm-bytecode - Constants for the wasm format helper-wasm-section - Section manipulation helpers leb128 - LEB128 decoding repl - WebAssembly REPL. validation - Module AST validations wasm-edit - Replace in-place an AST node in the binary. wasm-gen - WebAssembly binary format printer wasm-opt - WASM optimizer wasm-parser - WebAssembly binary format parser wasm-strip - Strips custom sections (deprecated, use wabt instead) wast-loader - Webpack loader for WebAssembly text format wast-parser - WebAssembly text format parser wast-printer - WebAssembly text format printer wast-refmt - WAST refmt . Node.js is an event-based server-side JavaScript engine.