Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 1, 2018 01:35
Show Gist options
  • Save ryantm/d46c9206b6d0b68c0f9dcc3bf83b6540 to your computer and use it in GitHub Desktop.
Save ryantm/d46c9206b6d0b68c0f9dcc3bf83b6540 to your computer and use it in GitHub Desktop.
/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45
├── bin
│   ├── asm2wasm
│   ├── s2wasm
│   ├── wasm2asm
│   ├── wasm-as
│   ├── wasm-ctor-eval
│   ├── wasm-dis
│   ├── wasm-emscripten-finalize
│   ├── wasm-merge
│   ├── wasm-metadce
│   ├── wasm-opt
│   ├── wasm-reduce
│   └── wasm-shell
├── include
│   └── binaryen-c.h
├── lib
│   └── libbinaryen.so
└── share
└── binaryen
├── binaryen.js
└── wasm.js
5 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment