Skip to content

WASM bindings to the Rust implementation of N5

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

aschampion/n5-wasm

Repository files navigation

N5 Build Status

Browser-compatible WASM bindings to the Rust implementation of the N5 "Not HDF5" n-dimensional tensor file system storage format

N5 datasets must be available via CORS-compatible HTTP. Compatible with Java N5 Version 2.0.2.

Currently only raw and GZIP compression are supported.

Build Instructions

This assumes you have rustup installed.

git clone https://github.com/aschampion/n5-wasm
cd n5-wasm
rustup override set nightly
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
wasm-pack build

The built npm package will be in pkg/.

About

WASM bindings to the Rust implementation of N5

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages