Back to all Bounties
Earn 90,000 ($900.00)
due 2 years ago
Completed
Create WASM + JS Bindings for `hnswlib-node`
Alistair-Pullen
Details
Applications
3
Discussion
This Bounty has been completed!
@Alistair-Pullen's review of @KaioBarbosa1“Excellent work! Thank you for accomplishing a task like this so quickly”
4.7
Communication 5/5, Quality 5/5, Timeliness 4/5Bounty 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
.