Skip to content
    Back to all Bounties

    Earn 90,000 ($900.00)

    Time Remainingdue 2 years ago
    Completed

    Create WASM + JS Bindings for `hnswlib-node`

    Alistair-Pullen
    Alistair-Pullen
    Posted 2 years ago
    This Bounty has been completed!
    @Alistair-Pullen's review of @KaioBarbosa1
    4.7
    Average Rating
    Communication 5/5, Quality 5/5, Timeliness 4/5
    Excellent work! Thank you for accomplishing a task like this so quickly

    Bounty Description

    Problem Description

    We need to run hnswlib-node (https://www.npmjs.com/package/hnswlib-node) in an architecture-agnostic manner for a VS Code extension, a relatively easy way of achieving this is by creating a WASM version of the library and then having JS (with TS types) bindings for it to be used in our application.

    Acceptance Criteria

    A working WASM + JS bindings implementation which behaves the same way with the same exposed methods as the original hnswlib-node.