2022-11-09 19:26:25 +01:00
|
|
|
"""
|
|
|
|
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",
|
2023-03-27 18:06:29 +02:00
|
|
|
sha256 = "399510e5ba964873e744a9f39ab27e0a1a498f801a4f73bee09c4554b3f67876",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_internal.js?generation=1679930641275449"],
|
2022-11-09 19:26:25 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
2022-11-28 18:52:40 +01:00
|
|
|
name = "com_google_mediapipe_wasm_audio_wasm_internal_wasm",
|
2023-03-27 18:06:29 +02:00
|
|
|
sha256 = "957690c9c644163711caa56f219772604ef6c79001aa90d1713b745ced193ced",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_internal.wasm?generation=1679930643764378"],
|
2022-11-09 19:26:25 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
2022-11-28 18:52:40 +01:00
|
|
|
name = "com_google_mediapipe_wasm_audio_wasm_nosimd_internal_js",
|
2023-03-27 18:06:29 +02:00
|
|
|
sha256 = "3a00c562f81665e2edb372d72efea1aafd1d068fd5af1e1f475966fd1aa4cf73",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_nosimd_internal.js?generation=1679930645889422"],
|
2022-11-09 19:26:25 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
2022-11-28 18:52:40 +01:00
|
|
|
name = "com_google_mediapipe_wasm_audio_wasm_nosimd_internal_wasm",
|
2023-03-27 18:06:29 +02:00
|
|
|
sha256 = "be20c0d68bf6c4a026f408ed08c41130f0d89d0fce950866608ccfc900864d99",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_nosimd_internal.wasm?generation=1679930648426970"],
|
2022-11-28 18:52:40 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
|
|
|
name = "com_google_mediapipe_wasm_text_wasm_internal_js",
|
2023-03-27 18:06:29 +02:00
|
|
|
sha256 = "9231ff3a152ff673d7a2e0558be2381453590d7f14ae38b5ef4889e64064cec5",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_internal.js?generation=1679930650642745"],
|
2022-11-09 19:26:25 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
|
|
|
name = "com_google_mediapipe_wasm_text_wasm_internal_wasm",
|
2023-03-27 18:06:29 +02:00
|
|
|
sha256 = "772a517892f628823dcd442e9baba38061a56a973421aef5d5279ad919e8f3e5",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_internal.wasm?generation=1679930653089534"],
|
2022-11-28 18:52:40 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
|
|
|
name = "com_google_mediapipe_wasm_text_wasm_nosimd_internal_js",
|
2023-03-27 18:06:29 +02:00
|
|
|
sha256 = "e6b21149b4571e21475d4190db01772e23d28ce5eb65ce94066661b921e86763",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_nosimd_internal.js?generation=1679930655487209"],
|
2022-11-28 18:52:40 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
|
|
|
name = "com_google_mediapipe_wasm_text_wasm_nosimd_internal_wasm",
|
2023-03-27 18:06:29 +02:00
|
|
|
sha256 = "287fcaf24f0fd25547d488737821642efaebbf612180703d82b397a28cae9935",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_nosimd_internal.wasm?generation=1679930658044195"],
|
2022-11-28 18:52:40 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
|
|
|
name = "com_google_mediapipe_wasm_vision_wasm_internal_js",
|
2023-03-27 18:06:29 +02:00
|
|
|
sha256 = "3edaac823b694d942232f9aad86fbdfd10399cceb7a368fdd97f988843889ede",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_internal.js?generation=1679930660216621"],
|
2022-11-09 19:26:25 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
|
|
|
name = "com_google_mediapipe_wasm_vision_wasm_internal_wasm",
|
2023-03-27 18:06:29 +02:00
|
|
|
sha256 = "403d0075d575f4a8efa22eefbe1e3710cc2045b05f660fa9c6dba18a98d21503",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_internal.wasm?generation=1679930662831804"],
|
2022-11-28 18:52:40 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
|
|
|
name = "com_google_mediapipe_wasm_vision_wasm_nosimd_internal_js",
|
2023-03-27 18:06:29 +02:00
|
|
|
sha256 = "66752283eb39327a45adb29c9d336ba06e4cf283655f0cd57326a2ce243df7d1",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_nosimd_internal.js?generation=1679930664991446"],
|
2022-11-28 18:52:40 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
|
|
|
name = "com_google_mediapipe_wasm_vision_wasm_nosimd_internal_wasm",
|
2023-03-27 18:06:29 +02:00
|
|
|
sha256 = "1b023ae383c805c71a40725653a137f39c4ff905e12ef1ceb9347a868a68f0e2",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_nosimd_internal.wasm?generation=1679930667354455"],
|
2022-11-09 19:26:25 +01:00
|
|
|
)
|