# @webassemblyjs/helper-wasm-bytecode

> WASM's Bytecode constants

Latest version **1.14.1** (published 2024-11-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install @webassemblyjs/helper-wasm-bytecode
pnpm add @webassemblyjs/helper-wasm-bytecode
yarn add @webassemblyjs/helper-wasm-bytecode
bun add @webassemblyjs/helper-wasm-bytecode
```

## Health

**Score 30/100 (F)** — status: maintenance-mode.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.14.1 |
| Published | 2024-11-06 |
| First published | 2018-03-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 33.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 834 |
| Author | Sven Sauleau |
| Maintainers | xtuc |

## Links

- npm: https://www.npmjs.com/package/@webassemblyjs/helper-wasm-bytecode
- Repository: https://github.com/xtuc/webassemblyjs
- Homepage: https://github.com/xtuc/webassemblyjs#readme
- Issues: https://github.com/xtuc/webassemblyjs/issues
- npm.io page: https://npm.io/package/@webassemblyjs/helper-wasm-bytecode

## Recent versions

- 1.14.1 (latest) — 2024-11-06
- 1.14.0 — 2024-11-06
- 1.13.2 — 2024-11-06
- 1.13.1 — 2024-11-06
- 1.13.0 — 2024-11-06
- 1.12.1 — 2024-03-13
- 1.12.0 — 2024-03-13
- 1.11.6 — 2023-05-09
- 1.11.5 — 2023-04-16
- 1.11.4 — 2022-07-02
- 1.11.1 — 2021-07-05
- 1.11.0 — 2021-01-07
- 1.10.1 — 2021-01-07
- 1.10.0 — 2021-01-07
- 1.9.1 — 2020-10-03
- … 72 more at https://npm.io/package/@webassemblyjs/helper-wasm-bytecode/versions

## README

# webassemblyjs

> Toolchain for WebAssembly

<img alt="npm Downloads" src="https://img.shields.io/npm/dm/@webassemblyjs/ast.svg?maxAge=43200">

See [WebAssembly.js.org](https://webassembly.js.org) for more information.

## Packages

- [ast](https://github.com/xtuc/webassemblyjs/tree/master/packages/ast) - AST utils for webassemblyjs
- [cli](https://github.com/xtuc/webassemblyjs/tree/master/packages/cli) - Toolbox for WebAssembly
- [dce](https://github.com/xtuc/webassemblyjs/tree/master/packages/dce) - Eliminate unused functions in your WASM binary
- [eslint-plugin-webassembly](https://github.com/xtuc/webassemblyjs/tree/master/packages/eslint) - ESLint plugin for WebAssembly.
- [floating-point-hex-parser](https://github.com/xtuc/webassemblyjs/tree/master/packages/floating-point-hex-parser) - Parser function for floating point hexadecimals.
- [helper-buffer](https://github.com/xtuc/webassemblyjs/tree/master/packages/helper-buffer) - Buffer manipulation helpers
- [helper-fsm](https://github.com/xtuc/webassemblyjs/tree/master/packages/helper-fsm) - FSM implementation
- [helper-wasm-bytecode](https://github.com/xtuc/webassemblyjs/tree/master/packages/helper-wasm-bytecode) - Constants for the wasm format
- [helper-wasm-section](https://github.com/xtuc/webassemblyjs/tree/master/packages/helper-wasm-section) - Section manipulation helpers
- [leb128](https://github.com/xtuc/webassemblyjs/tree/master/packages/leb128) - `LEB128` decoding
- [repl](https://github.com/xtuc/webassemblyjs/tree/master/packages/repl) - WebAssembly REPL.
- [validation](https://github.com/xtuc/webassemblyjs/tree/master/packages/validation) - Module AST validations
- [wasm-edit](https://github.com/xtuc/webassemblyjs/tree/master/packages/wasm-edit) - Replace in-place an AST node in the binary.
- [wasm-gen](https://github.com/xtuc/webassemblyjs/tree/master/packages/wasm-gen) - WebAssembly binary format printer
- [wasm-opt](https://github.com/xtuc/webassemblyjs/tree/master/packages/wasm-opt) - WASM optimizer
- [wasm-parser](https://github.com/xtuc/webassemblyjs/tree/master/packages/wasm-parser) - WebAssembly binary format parser
- wasm-strip - Strips custom sections (deprecated, use wabt instead)
- [wast-loader](https://github.com/xtuc/webassemblyjs/tree/master/packages/wast-loader) - Webpack loader for WebAssembly text format
- [wast-parser](https://github.com/xtuc/webassemblyjs/tree/master/packages/wast-parser) - WebAssembly text format parser
- [wast-printer](https://github.com/xtuc/webassemblyjs/tree/master/packages/wast-printer) - WebAssembly text format printer
- [wast-refmt](https://github.com/xtuc/webassemblyjs/tree/master/packages/wast-refmt) - WAST refmt
- [webassemblyjs](https://github.com/xtuc/webassemblyjs/tree/master/packages/webassemblyjs) - WebAssembly interpreter, implements the W3C WebAssembly API.

## Node's Buffer

Some packages rely on Node's Buffer which isn't available in other environments.
We recommend you to add https://github.com/feross/buffer in your building process.

## Licence

[MIT](https://github.com/xtuc/webassemblyjs/blob/master/LICENSE)

---
_Source: https://npm.io/package/@webassemblyjs/helper-wasm-bytecode · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
