4237b765ce
PiperOrigin-RevId: 590220032
84 lines
3.8 KiB
Python
84 lines
3.8 KiB
Python
"""
|
|
WASM dependencies for MediaPipe.
|
|
|
|
This file is auto-generated.
|
|
"""
|
|
|
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
|
|
|
|
# buildifier: disable=unnamed-macro
|
|
def wasm_files():
|
|
"""WASM dependencies for MediaPipe."""
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_audio_wasm_internal_js",
|
|
sha256 = "b03c28f6f65bfb4e0463d22d28831cb052042cac2955b75d5cf3ab196e80fd15",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_internal.js?generation=1702396665023163"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_audio_wasm_internal_wasm",
|
|
sha256 = "4d1eecc9f77a3cc9f8b948e56e10b7e7bb20b3b5e36737efd1dbfa75fed1a1be",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_internal.wasm?generation=1702396667340558"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_audio_wasm_nosimd_internal_js",
|
|
sha256 = "5a9350fddee447423d1480f3fe8fef30a0d3db510ec337cf2a050976e95df3cc",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_nosimd_internal.js?generation=1702396669287559"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_audio_wasm_nosimd_internal_wasm",
|
|
sha256 = "c178ac0e7de77c2b377370a1b33543b1701e5c415990ec6ebe09a1225dde8614",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_nosimd_internal.wasm?generation=1702396671552140"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_text_wasm_internal_js",
|
|
sha256 = "c718819f63962c094e5922970ecba0c34721aae10697df539fdb98c89922a600",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_internal.js?generation=1702396673600705"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_text_wasm_internal_wasm",
|
|
sha256 = "5a102965ea9daa73db46f8c3bbb63a777a5ca9b3b2ae740db75d1c1bae453d8d",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_internal.wasm?generation=1702396675922697"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_text_wasm_nosimd_internal_js",
|
|
sha256 = "ab97bfb473cc1da5167a0ea331dd103cce7c734b1f331c7668bf8c183f691685",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_nosimd_internal.js?generation=1702396677878961"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_text_wasm_nosimd_internal_wasm",
|
|
sha256 = "7a77b71c52c3b30e6f262448ef49311af6a0456daef914373e48669b7cca620b",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_nosimd_internal.wasm?generation=1702396680089065"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_vision_wasm_internal_js",
|
|
sha256 = "85dbd2eda56023ba3862b38d0e2299d96206be55a92b0fa160ff1742f564d476",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_internal.js?generation=1702396682088028"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_vision_wasm_internal_wasm",
|
|
sha256 = "e3945f005e918f1176335b045fb7747eac1856579b077e7c3da5167b42d8a008",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_internal.wasm?generation=1702396684272221"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_vision_wasm_nosimd_internal_js",
|
|
sha256 = "a9b94a848af720b2e58156da31d7dd123fd3422c93f2a5ecf70f9ba7ebc99335",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_nosimd_internal.js?generation=1702396686268551"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_vision_wasm_nosimd_internal_wasm",
|
|
sha256 = "d832736bedf673d506454a54162bb9330daf149194691997485d8e46aed48f45",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_nosimd_internal.wasm?generation=1702396688641867"],
|
|
)
|