Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 13, 2019 11:41
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/2434d520fc45cf02afd27a9e78e33067 to your computer and use it in GitHub Desktop.
Save ryantm/2434d520fc45cf02afd27a9e78e33067 to your computer and use it in GitHub Desktop.
/nix/store/3457c1msjhjlb7xh4zfd4xx1z0b9bgw0-wabt-1.0.11
├── 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