JSPM

@ceramicnetwork/wasm-bloom-filter

0.1.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 260
    • Score
      100M100P100Q98595F

    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 ceramicnetwork

    Test

    wasm-pack test --node

    Publish to npm

    wasm-pack publish

    License

    Dual-licensed under MIT and Apache 2.