mediapipe/third_party/wasm_files.bzl

84 lines
3.8 KiB
Python
Raw Normal View History

"""
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 = "a59f03e15480efc7ba0b76e19d61690e555ca93991b496f0d4e52a574955cc8f",
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_internal.js?generation=1679591026030497"],
)
http_file(
name = "com_google_mediapipe_wasm_audio_wasm_internal_wasm",
sha256 = "ac57514055963d2fbe8ee43e20e7d45c7c4c3fd04166615c91b1162671f62761",
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_internal.wasm?generation=1679591028426013"],
)
http_file(
name = "com_google_mediapipe_wasm_audio_wasm_nosimd_internal_js",
sha256 = "7d0b46b73f648aa00ea4d446718b2fab69c56f000e694ed446f9a79d39a5f8c7",
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_nosimd_internal.js?generation=1679591030574114"],
)
http_file(
name = "com_google_mediapipe_wasm_audio_wasm_nosimd_internal_wasm",
sha256 = "d07fafe6bdc650ee9edb2f971648b7b2914238c529a2660f5b082b96976da444",
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_nosimd_internal.wasm?generation=1679591033150740"],
)
http_file(
name = "com_google_mediapipe_wasm_text_wasm_internal_js",
sha256 = "84cbeaf36963b6700be4aa10db3577b12c5a86b6b09b42adff927709672f5cc5",
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_internal.js?generation=1679591035363019"],
)
http_file(
name = "com_google_mediapipe_wasm_text_wasm_internal_wasm",
sha256 = "23f8ff87b720abc3b82e55e479acd1392bc158a6cd3a4641c1bccd060056ced5",
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_internal.wasm?generation=1679591037662112"],
)
http_file(
name = "com_google_mediapipe_wasm_text_wasm_nosimd_internal_js",
sha256 = "62c556462fecb1b65cdbb930fb322fc74f93bd1115c9ce051f3df66cb1fbf499",
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_nosimd_internal.js?generation=1679591039910357"],
)
http_file(
name = "com_google_mediapipe_wasm_text_wasm_nosimd_internal_wasm",
sha256 = "b33f24e8d8179b3f8f37096c9c3505bfd66cf9e989e82b69c8634ab285034ff0",
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_nosimd_internal.wasm?generation=1679591042388382"],
)
http_file(
name = "com_google_mediapipe_wasm_vision_wasm_internal_js",
sha256 = "b41601a6e087c6613bb09b5574abdeb8451c620bc08421792e010ddc90eadbff",
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_internal.js?generation=1679591044481076"],
)
http_file(
name = "com_google_mediapipe_wasm_vision_wasm_internal_wasm",
sha256 = "34b811f40def08d1f16a9b460ee1ac413e8f5e261ac1741c221104124dc5d8ce",
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_internal.wasm?generation=1679591047267055"],
)
http_file(
name = "com_google_mediapipe_wasm_vision_wasm_nosimd_internal_js",
sha256 = "add085b9a4788229c9111700c17a7cd984ac9a709d329bbc2d54421ec9db5119",
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_nosimd_internal.js?generation=1679591049456365"],
)
http_file(
name = "com_google_mediapipe_wasm_vision_wasm_nosimd_internal_wasm",
sha256 = "bdbadf5303a115e95ab5fe73163cb32e31ea25ac3839944835737b6ab2fc5be4",
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_nosimd_internal.wasm?generation=1679591051862245"],
)