|
Last change
on this file since 99ab276 was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
228 bytes
|
| Line | |
|---|
| 1 | # @webassemblyjs/wast-parser
|
|---|
| 2 |
|
|---|
| 3 | > WebAssembly text format printer
|
|---|
| 4 |
|
|---|
| 5 | ## Installation
|
|---|
| 6 |
|
|---|
| 7 | ```sh
|
|---|
| 8 | yarn add @webassemblyjs/wast-printer
|
|---|
| 9 | ```
|
|---|
| 10 |
|
|---|
| 11 | ## Usage
|
|---|
| 12 |
|
|---|
| 13 | ```js
|
|---|
| 14 | import { print } from "@webassemblyjs/wast-printer"
|
|---|
| 15 |
|
|---|
| 16 | console.log(print(ast));
|
|---|
| 17 | ```
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.