turboquant-wasm 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
# TurboQuant WASM
|
|
2
2
|
|
|
3
|
-
[](https://github.com/teamchong/turboquant-wasm/actions/workflows/ci.yml)
|
|
4
|
+
[](https://www.npmjs.com/package/turboquant-wasm)
|
|
5
|
+
[](https://www.npmjs.com/package/turboquant-wasm)
|
|
5
6
|
[](https://github.com/teamchong/turboquant-wasm/blob/main/LICENSE)
|
|
6
7
|
|
|
7
8
|
WASM + relaxed SIMD build of [botirk38/turboquant](https://github.com/botirk38/turboquant) for browsers and Node.js.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "turboquant-wasm",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "TurboQuant WASM SIMD vector compression — 3 bits/dim with fast dot product. Requires relaxed SIMD (Chrome 114+, Firefox 128+, Safari 18+, Node 20+)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"type": "git",
|
|
47
47
|
"url": "git+https://github.com/teamchong/turboquant-wasm.git"
|
|
48
48
|
},
|
|
49
|
-
"homepage": "https://github.
|
|
49
|
+
"homepage": "https://teamchong.github.io/turboquant-wasm/",
|
|
50
50
|
"author": "Steven Chong",
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"devDependencies": {
|