https://github.com/cmdcolin/htslib_emscripten
Converting htslib to javascript via emscripten
https://github.com/cmdcolin/htslib_emscripten
Last synced: 10 months ago
JSON representation
Converting htslib to javascript via emscripten
- Host: GitHub
- URL: https://github.com/cmdcolin/htslib_emscripten
- Owner: cmdcolin
- Created: 2017-01-10T15:37:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T20:20:49.000Z (about 8 years ago)
- Last Synced: 2025-03-04T23:31:18.688Z (over 1 year ago)
- Language: C
- Size: 3.57 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# htslib_emscripten
Making htslib compile to javascript
## Prerequisites
- Emscripten, with emcc, emmake, emconfigure in path
- LLVM and clang compiler for emscripten
- Optional, java, for google closure compiler
The htslib code is available in this repo as a git subtree
## Build
make
## Notes
This repo has incorporated code from https://github.com/eilslab/htslib-js and shares the LGPL license
Compilation tested on Ubuntu and OSX
**This project is currently totally non-functional**