0e3acd28ae3c06a82fd01009431b7643ce88fa6b0f3606fe7037f1eb9064171c5e7f297a984aec09e571f912150446344eb7515d3fa2e2a513d26150361b4b 228 B

1234567891011121314151617
  1. # @webassemblyjs/wast-parser
  2. > WebAssembly text format printer
  3. ## Installation
  4. ```sh
  5. yarn add @webassemblyjs/wast-printer
  6. ```
  7. ## Usage
  8. ```js
  9. import { print } from "@webassemblyjs/wast-printer"
  10. console.log(print(ast));
  11. ```