manzt / numcodecs.js

Buffer compression and transformation codecs
MIT License
29 stars 6 forks source link

Reproducible build with Docker #14

Closed manzt closed 4 years ago

manzt commented 4 years ago

Rather than keeping track of a c-blosc fork as a submodule, this PR updates the blosc WASM compilation to use docker. The latest version of emscripten has a promisify-ed API, so the example and imports are also changed. Building the wasm module can now be accomplished by navigating to codecs/blosc/ and running npm run build.