Wrapping the [`growable-bloom-filter`](https://crates.io/crates/growable-bloom-filter) crate using [`wasm-pack`](https://rustwasm.github.io/docs/wasm-pack/).
npm install @ceramicnetwork/wasm-bloom-filterWrapping thegrowable-bloom-filter crate
using wasm-pack.
Builds for Node.js target using the @ceramicnetwork namespace for the npm
package.
```
wasm-pack build --target nodejs --scope ceramicnetwork
``
wasm-pack test --node
```
wasm-pack publish
Dual-licensed under MIT and Apache 2.