first commit
This commit is contained in:
17
app_vue/node_modules/@webassemblyjs/wast-printer/README.md
generated
vendored
Normal file
17
app_vue/node_modules/@webassemblyjs/wast-printer/README.md
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# @webassemblyjs/wast-parser
|
||||
|
||||
> WebAssembly text format printer
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
yarn add @webassemblyjs/wast-printer
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
import { print } from "@webassemblyjs/wast-printer"
|
||||
|
||||
console.log(print(ast));
|
||||
```
|
Reference in New Issue
Block a user