Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/bab355194b444ad70f1cb2d135d71a4a to your computer and use it in GitHub Desktop.
Save ryantm/bab355194b444ad70f1cb2d135d71a4a to your computer and use it in GitHub Desktop.
/nix/store/0lbq1h56gv58nfzzxwzxsfxh8jx3fl2q-wabt-1.0.8
├── bin
│   ├── spectest-interp
│   ├── wasm2c
│   ├── wasm2wat
│   ├── wasm-interp
│   ├── wasm-objdump
│   ├── wasm-opcodecnt
│   ├── wasm-strip
│   ├── wasm-validate
│   ├── wast2json
│   ├── wat2wasm
│   └── wat-desugar
└── share
└── man
└── man1
├── spectest-interp.1.gz
├── wasm2c.1.gz
├── wasm2wat.1.gz
├── wasm-interp.1.gz
├── wasm-objdump.1.gz
├── wasm-opcodecnt.1.gz
├── wasm-strip.1.gz
├── wasm-validate.1.gz
├── wast2json.1.gz
├── wat2wasm.1.gz
└── wat-desugar.1.gz
4 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment