@ceramicnetwork/wasm-bloom-filter
v0.1.0
Published
Wrapping the [`growable-bloom-filter`](https://crates.io/crates/growable-bloom-filter) crate using [`wasm-pack`](https://rustwasm.github.io/docs/wasm-pack/).
Downloads
5,227
Keywords
Readme
WASM bloom filter
Wrapping the
growable-bloom-filter
crate
using wasm-pack
.
Usage
Build
Builds for Node.js target using the @ceramicnetwork
namespace for the npm
package.
wasm-pack build --target nodejs --scope ceramicnetwork
Test
wasm-pack test --node
Publish to npm
wasm-pack publish
License
Dual-licensed under MIT and Apache 2.