module documentation

pygments.lexers.webassembly ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Lexers for the WebAssembly text format. The grammar can be found at https://github.com/WebAssembly/spec/blob/master/interpreter/README.md and https://webassembly.github.io/spec/core/text/. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class WatLexer Lexer for the WebAssembly text format.
Variable builtins Undocumented
Variable keywords Undocumented
builtins: tuple[str, ...] = (source)

Undocumented

keywords: tuple[str, ...] = (source)

Undocumented