84895316d2
PiperOrigin-RevId: 487283112
48 lines
2.0 KiB
Python
48 lines
2.0 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 = "9419766229f24790388805d891af907cf11fe8e2cdacabcf016feb054b720c82",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_internal.js?generation=1667934266184984"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_text_wasm_internal_js",
|
|
sha256 = "39d9445ab3b90f625a3332251fe82e59b40cd0501a5657475f3b115b7c6122c8",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_internal.js?generation=1667934268229056"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_vision_wasm_internal_js",
|
|
sha256 = "b43c7078fe5da72990394af4fefd798bd844b4ac47849a49067bd68c3c910a3d",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_internal.js?generation=1667934270239845"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_audio_wasm_internal_wasm",
|
|
sha256 = "9f2abe2a51d1ebc854859f620759cec1cc643773f3748d0d19e0868578c3d746",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_internal.wasm?generation=1667934272818542"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_text_wasm_internal_wasm",
|
|
sha256 = "8334caec5fb10cd1f936f6ee41f8853771c7bf3a421f5c15c39ee41aa503ca54",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_internal.wasm?generation=1667934275451198"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_vision_wasm_internal_wasm",
|
|
sha256 = "b996eaa324da151359ad8e16edad27d9768505f1fd073625bc50dbb0f252e098",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_internal.wasm?generation=1667934277855507"],
|
|
)
|