/ piacw.com / dev / final / node_modules / @webassemblyjs / ast /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]scripts/2 years ago -  
[DIR]lib/2 years ago -  
[DIR]esm/2 years ago -  
[TXT]README.md2 years ago4.7K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]package.json2 years ago2.1K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]LICENSE2 years ago1.1K0fb859dc fixed mobile overflwo options [كارل مبارك]
README.md

@webassemblyjs/ast

AST utils for webassemblyjs

Installation

yarn add @webassemblyjs/ast

Usage

Traverse

import { traverse } from "@webassemblyjs/ast";

traverse(ast, {
  Module(path) {
    console.log(path.node);
  }
});

Instruction signatures

import { signatures } from "@webassemblyjs/ast";

console.log(signatures);

Path methods

AST utils

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80