Package Exports
- @ceramicnetwork/wasm-bloom-filter
- @ceramicnetwork/wasm-bloom-filter/wasm_bloom_filter.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ceramicnetwork/wasm-bloom-filter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 ceramicnetworkTest
wasm-pack test --nodePublish to npm
wasm-pack publishLicense
Dual-licensed under MIT and Apache 2.