Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 18, 2018 20:19
Show Gist options
  • Save ryantm/234944092ecf3c19f9889846f3e37ce7 to your computer and use it in GitHub Desktop.
Save ryantm/234944092ecf3c19f9889846f3e37ce7 to your computer and use it in GitHub Desktop.
/nix/store/la04m55w302h4jzmhh44yzd2kgjcxm1m-v8-6.6.335
├── bin
│   ├── d8
│   └── mksnapshot
├── include
│   ├── libplatform
│   │   ├── DEPS
│   │   ├── libplatform-export.h
│   │   ├── libplatform.h
│   │   └── v8-tracing.h
│   ├── v8config.h
│   ├── v8.h
│   ├── v8-inspector.h
│   ├── v8-inspector-protocol.h
│   ├── v8-platform.h
│   ├── v8-profiler.h
│   ├── v8-testing.h
│   ├── v8-util.h
│   ├── v8-value-serializer-version.h
│   ├── v8-version.h
│   └── v8-version-string.h
└── lib
├── icudtl.dat
├── libicui18n.so
├── libicuuc.so
├── libv8_libbase.so
├── libv8_libplatform.so
└── libv8.so
4 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment