# @codemirror/lang-wast

> WebAssembly Text Format support for the CodeMirror code editor

Latest version **6.0.2** (published 2023-12-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install @codemirror/lang-wast
pnpm add @codemirror/lang-wast
yarn add @codemirror/lang-wast
bun add @codemirror/lang-wast
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 6.0.2 |
| Published | 2023-12-28 |
| First published | 2021-09-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 11.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 10 |
| Author | Marijn Haverbeke |
| Maintainers | adrianheine, marijn |
| Keywords | editor, code, wast |

## Links

- npm: https://www.npmjs.com/package/@codemirror/lang-wast
- Repository: https://github.com/codemirror/lang-wast
- Homepage: https://github.com/codemirror/lang-wast#readme
- Issues: https://github.com/codemirror/lang-wast/issues
- npm.io page: https://npm.io/package/@codemirror/lang-wast

## Dependencies (4)

- [@lezer/lr](https://npm.io/package/@lezer/lr.md) ^1.0.0
- [@lezer/common](https://npm.io/package/@lezer/common.md) ^1.2.0
- [@lezer/highlight](https://npm.io/package/@lezer/highlight.md) ^1.0.0
- [@codemirror/language](https://npm.io/package/@codemirror/language.md) ^6.0.0

## Alternatives

- [flatbuffers](https://npm.io/package/flatbuffers.md) — 6.0M weekly downloads
- [jwt-simple](https://npm.io/package/jwt-simple.md) — 259.5K weekly downloads
- [@exodus/patch-broken-hermes-typed-arrays](https://npm.io/package/@exodus/patch-broken-hermes-typed-arrays.md) — 28.5K weekly downloads
- [@native-to-anchor/buffer-layout](https://npm.io/package/@native-to-anchor/buffer-layout.md) — 12.2K weekly downloads
- [binary-parser-encoder](https://npm.io/package/binary-parser-encoder.md) — 5.3K weekly downloads

## Recent versions

- 6.0.2 (latest) — 2023-12-28
- 6.0.1 — 2022-10-24
- 6.0.0 — 2022-06-08
- 0.20.0 — 2022-04-20
- 0.19.0 — 2021-09-14

## README

<!-- NOTE: README.md is generated from src/README.md -->

# @codemirror/lang-wast [![NPM version](https://img.shields.io/npm/v/@codemirror/lang-wast.svg)](https://www.npmjs.org/package/@codemirror/lang-wast)

[ [**WEBSITE**](https://codemirror.net/) | [**ISSUES**](https://github.com/codemirror/dev/issues) | [**FORUM**](https://discuss.codemirror.net/c/next/) | [**CHANGELOG**](https://github.com/codemirror/lang-wast/blob/main/CHANGELOG.md) ]

This package implements WebAssembly Text Format language support for
the [CodeMirror](https://codemirror.net/) code editor.

The [project page](https://codemirror.net/) has more information, a
number of [examples](https://codemirror.net/examples/) and the
[documentation](https://codemirror.net/docs/).

This code is released under an
[MIT license](https://github.com/codemirror/lang-wast/tree/main/LICENSE).

We aim to be an inclusive, welcoming community. To make that explicit,
we have a [code of
conduct](http://contributor-covenant.org/version/1/1/0/) that applies
to communication around the project.

## API Reference

<dl>
<dt id="user-content-wast">
  <code><strong><a href="#user-content-wast">wast</a></strong>() → <a href="https://codemirror.net/docs/ref#language.LanguageSupport">LanguageSupport</a></code></dt>

<dd></dd>
<dt id="user-content-wastlanguage">
  <code><strong><a href="#user-content-wastlanguage">wastLanguage</a></strong>: <a href="https://codemirror.net/docs/ref#language.LRLanguage">LRLanguage</a></code></dt>

<dd></dd>
</dl>

---
_Source: https://npm.io/package/@codemirror/lang-wast · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
