@mediapipe/tasks-genai 0.10.36-rc.20260607 → 0.10.36-rc.20260608
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
|
@@ -8376,18 +8376,18 @@ Module["FS_createLazyFile"] = FS_createLazyFile;
|
|
|
8376
8376
|
// End JS library exports
|
|
8377
8377
|
// end include: postlibrary.js
|
|
8378
8378
|
var ASM_CONSTS = {
|
|
8379
|
-
|
|
8380
|
-
|
|
8379
|
+
2065724: () => !!Module["preinitializedWebGPUDevice"],
|
|
8380
|
+
2065775: () => {
|
|
8381
8381
|
const retVal = Module.LLM_CANCEL_FLAG;
|
|
8382
8382
|
Module.LLM_CANCEL_FLAG = undefined;
|
|
8383
8383
|
return retVal || 0;
|
|
8384
8384
|
},
|
|
8385
|
-
|
|
8385
|
+
2065874: $0 => {
|
|
8386
8386
|
const device = WebGPU.getJsObject($0);
|
|
8387
8387
|
return device.features.has("subgroups");
|
|
8388
8388
|
},
|
|
8389
|
-
|
|
8390
|
-
|
|
8389
|
+
2065958: () => !!Module["preinitializedWebGPUDevice"],
|
|
8390
|
+
2066009: () => {
|
|
8391
8391
|
specialHTMLTargets["#canvas"] = Module.canvas;
|
|
8392
8392
|
}
|
|
8393
8393
|
};
|
|
Binary file
|
|
@@ -8379,18 +8379,18 @@ Module["FS_createLazyFile"] = FS_createLazyFile;
|
|
|
8379
8379
|
// End JS library exports
|
|
8380
8380
|
// end include: postlibrary.js
|
|
8381
8381
|
var ASM_CONSTS = {
|
|
8382
|
-
|
|
8383
|
-
|
|
8382
|
+
2065724: () => !!Module["preinitializedWebGPUDevice"],
|
|
8383
|
+
2065775: () => {
|
|
8384
8384
|
const retVal = Module.LLM_CANCEL_FLAG;
|
|
8385
8385
|
Module.LLM_CANCEL_FLAG = undefined;
|
|
8386
8386
|
return retVal || 0;
|
|
8387
8387
|
},
|
|
8388
|
-
|
|
8388
|
+
2065874: $0 => {
|
|
8389
8389
|
const device = WebGPU.getJsObject($0);
|
|
8390
8390
|
return device.features.has("subgroups");
|
|
8391
8391
|
},
|
|
8392
|
-
|
|
8393
|
-
|
|
8392
|
+
2065958: () => !!Module["preinitializedWebGPUDevice"],
|
|
8393
|
+
2066009: () => {
|
|
8394
8394
|
specialHTMLTargets["#canvas"] = Module.canvas;
|
|
8395
8395
|
}
|
|
8396
8396
|
};
|
|
Binary file
|
|
@@ -8376,18 +8376,18 @@ Module["FS_createLazyFile"] = FS_createLazyFile;
|
|
|
8376
8376
|
// End JS library exports
|
|
8377
8377
|
// end include: postlibrary.js
|
|
8378
8378
|
var ASM_CONSTS = {
|
|
8379
|
-
|
|
8380
|
-
|
|
8379
|
+
2065596: () => !!Module["preinitializedWebGPUDevice"],
|
|
8380
|
+
2065647: () => {
|
|
8381
8381
|
const retVal = Module.LLM_CANCEL_FLAG;
|
|
8382
8382
|
Module.LLM_CANCEL_FLAG = undefined;
|
|
8383
8383
|
return retVal || 0;
|
|
8384
8384
|
},
|
|
8385
|
-
|
|
8385
|
+
2065746: $0 => {
|
|
8386
8386
|
const device = WebGPU.getJsObject($0);
|
|
8387
8387
|
return device.features.has("subgroups");
|
|
8388
8388
|
},
|
|
8389
|
-
|
|
8390
|
-
|
|
8389
|
+
2065830: () => !!Module["preinitializedWebGPUDevice"],
|
|
8390
|
+
2065881: () => {
|
|
8391
8391
|
specialHTMLTargets["#canvas"] = Module.canvas;
|
|
8392
8392
|
}
|
|
8393
8393
|
};
|
|
Binary file
|