@mediapipe/tasks-genai 1.0.0-rc.20260708 → 1.0.0-rc.20260710
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/package.json +1 -1
- package/wasm/genai_wasm_internal.js +5 -5
- package/wasm/genai_wasm_internal.wasm +0 -0
- package/wasm/genai_wasm_module_internal.js +5 -5
- package/wasm/genai_wasm_module_internal.wasm +0 -0
- package/wasm/genai_wasm_nosimd_internal.js +5 -5
- package/wasm/genai_wasm_nosimd_internal.wasm +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mediapipe/tasks-genai",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.20260710",
|
|
4
4
|
"description": "MediaPipe GenAI Tasks. See the privacy notice at https://goo.gle/mediapipe-privacy.",
|
|
5
5
|
"main": "genai_bundle.cjs",
|
|
6
6
|
"browser": "genai_bundle.mjs",
|
|
@@ -8377,18 +8377,18 @@ Module["FS_createLazyFile"] = FS_createLazyFile;
|
|
|
8377
8377
|
// End JS library exports
|
|
8378
8378
|
// end include: postlibrary.js
|
|
8379
8379
|
var ASM_CONSTS = {
|
|
8380
|
-
|
|
8381
|
-
|
|
8380
|
+
2088012: () => !!Module["preinitializedWebGPUDevice"],
|
|
8381
|
+
2088063: () => {
|
|
8382
8382
|
const retVal = Module.LLM_CANCEL_FLAG;
|
|
8383
8383
|
Module.LLM_CANCEL_FLAG = undefined;
|
|
8384
8384
|
return retVal || 0;
|
|
8385
8385
|
},
|
|
8386
|
-
|
|
8386
|
+
2088162: $0 => {
|
|
8387
8387
|
const device = WebGPU.getJsObject($0);
|
|
8388
8388
|
return device.features.has("subgroups");
|
|
8389
8389
|
},
|
|
8390
|
-
|
|
8391
|
-
|
|
8390
|
+
2088246: () => !!Module["preinitializedWebGPUDevice"],
|
|
8391
|
+
2088297: () => {
|
|
8392
8392
|
specialHTMLTargets["#canvas"] = Module.canvas;
|
|
8393
8393
|
}
|
|
8394
8394
|
};
|
|
Binary file
|
|
@@ -8380,18 +8380,18 @@ Module["FS_createLazyFile"] = FS_createLazyFile;
|
|
|
8380
8380
|
// End JS library exports
|
|
8381
8381
|
// end include: postlibrary.js
|
|
8382
8382
|
var ASM_CONSTS = {
|
|
8383
|
-
|
|
8384
|
-
|
|
8383
|
+
2088012: () => !!Module["preinitializedWebGPUDevice"],
|
|
8384
|
+
2088063: () => {
|
|
8385
8385
|
const retVal = Module.LLM_CANCEL_FLAG;
|
|
8386
8386
|
Module.LLM_CANCEL_FLAG = undefined;
|
|
8387
8387
|
return retVal || 0;
|
|
8388
8388
|
},
|
|
8389
|
-
|
|
8389
|
+
2088162: $0 => {
|
|
8390
8390
|
const device = WebGPU.getJsObject($0);
|
|
8391
8391
|
return device.features.has("subgroups");
|
|
8392
8392
|
},
|
|
8393
|
-
|
|
8394
|
-
|
|
8393
|
+
2088246: () => !!Module["preinitializedWebGPUDevice"],
|
|
8394
|
+
2088297: () => {
|
|
8395
8395
|
specialHTMLTargets["#canvas"] = Module.canvas;
|
|
8396
8396
|
}
|
|
8397
8397
|
};
|
|
Binary file
|
|
@@ -8377,18 +8377,18 @@ Module["FS_createLazyFile"] = FS_createLazyFile;
|
|
|
8377
8377
|
// End JS library exports
|
|
8378
8378
|
// end include: postlibrary.js
|
|
8379
8379
|
var ASM_CONSTS = {
|
|
8380
|
-
|
|
8381
|
-
|
|
8380
|
+
2087884: () => !!Module["preinitializedWebGPUDevice"],
|
|
8381
|
+
2087935: () => {
|
|
8382
8382
|
const retVal = Module.LLM_CANCEL_FLAG;
|
|
8383
8383
|
Module.LLM_CANCEL_FLAG = undefined;
|
|
8384
8384
|
return retVal || 0;
|
|
8385
8385
|
},
|
|
8386
|
-
|
|
8386
|
+
2088034: $0 => {
|
|
8387
8387
|
const device = WebGPU.getJsObject($0);
|
|
8388
8388
|
return device.features.has("subgroups");
|
|
8389
8389
|
},
|
|
8390
|
-
|
|
8391
|
-
|
|
8390
|
+
2088118: () => !!Module["preinitializedWebGPUDevice"],
|
|
8391
|
+
2088169: () => {
|
|
8392
8392
|
specialHTMLTargets["#canvas"] = Module.canvas;
|
|
8393
8393
|
}
|
|
8394
8394
|
};
|
|
Binary file
|