wast-graph
v1.1.1
Published
a module for reading and manipulating webassembly's ast
Downloads
2
Readme
SYNOPSIS
A module for manipulating webassembly's ast. It uses the AST JSON format produce by wast-parser.
API
This has about same API as generic-digraph. With a couple of additional functions
parse(json)
Creates an AST from the JSON format. Properties of each node are stored in value
.
toJSON
Reproduces the AST in the JSON format