Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 12, 2019 09:38
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/f5b5400490fe242342902c4c79c5d5ad to your computer and use it in GitHub Desktop.
Save ryantm/f5b5400490fe242342902c4c79c5d5ad to your computer and use it in GitHub Desktop.
/nix/store/qrvwzng261p3ylikimk0ylbqbg9qz9yn-wabt-1.0.10
├── 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