| Crates.io | n5-wasm |
| lib.rs | n5-wasm |
| version | 0.1.0 |
| created_at | 2019-01-16 18:05:31.307045+00 |
| updated_at | 2019-01-16 18:05:31.307045+00 |
| description | Rust-WASM bindings to the N5 tensor file system format |
| homepage | |
| repository | https://github.com/aschampion/n5-wasm |
| max_upload_size | |
| id | 108965 |
| size | 42,284 |
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.
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/.