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-04-28 00:55:56 +02:00
|
|
|
sha256 = "1c555ecdb8faffca703d191626a6830e56fd0ab996d8837d7240d50098cc3109",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_internal.js?generation=1682632113236604"],
|
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-04-28 00:55:56 +02:00
|
|
|
sha256 = "aee8e7832b876a32a323f26b9f45002d2cc9d9e25db109ae360ec57fb3ed0c2e",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_internal.wasm?generation=1682632115959200"],
|
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-04-28 00:55:56 +02:00
|
|
|
sha256 = "73df132f8d6ba62a406f120c514700e5a65d69a114e86de11dc9759024eedd7c",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_nosimd_internal.js?generation=1682632118022450"],
|
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-04-28 00:55:56 +02:00
|
|
|
sha256 = "7a4400c0b16f768161574b2ce512179e0afc4f8aa313232db7a4b7c572de2abb",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_nosimd_internal.wasm?generation=1682632120654892"],
|
2022-11-28 18:52:40 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
|
|
|
name = "com_google_mediapipe_wasm_text_wasm_internal_js",
|
2023-04-28 00:55:56 +02:00
|
|
|
sha256 = "18ffadd94fa7844a106b2a9197f8258c39e601f99f01945c543fc0d879baad7f",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_internal.js?generation=1682632123000744"],
|
2022-11-09 19:26:25 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
|
|
|
name = "com_google_mediapipe_wasm_text_wasm_internal_wasm",
|
2023-04-28 00:55:56 +02:00
|
|
|
sha256 = "96591ca0b64da9b565554384306663f1067b0c0a823d7e856fa58b28b659405a",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_internal.wasm?generation=1682632125672531"],
|
2022-11-28 18:52:40 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
|
|
|
name = "com_google_mediapipe_wasm_text_wasm_nosimd_internal_js",
|
2023-04-28 00:55:56 +02:00
|
|
|
sha256 = "668569cd80d6680c6e418ce42109d85151d6ec88ed06940206151585dba895df",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_nosimd_internal.js?generation=1682632128111024"],
|
2022-11-28 18:52:40 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
|
|
|
name = "com_google_mediapipe_wasm_text_wasm_nosimd_internal_wasm",
|
2023-04-28 00:55:56 +02:00
|
|
|
sha256 = "f548cfe74a77aa609b988c212e7a60aa2b078194c3eeda0a3d5802165c2b5fe7",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_nosimd_internal.wasm?generation=1682632130623184"],
|
2022-11-28 18:52:40 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
|
|
|
name = "com_google_mediapipe_wasm_vision_wasm_internal_js",
|
2023-04-28 00:55:56 +02:00
|
|
|
sha256 = "347d3ae5a947846431b6e8ea15966156b9cbf1a9ae800932954507b6c12c6ecf",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_internal.js?generation=1682632132979491"],
|
2022-11-09 19:26:25 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
|
|
|
name = "com_google_mediapipe_wasm_vision_wasm_internal_wasm",
|
2023-04-28 00:55:56 +02:00
|
|
|
sha256 = "849092df0b599e00d074f4d8c2d7ef16912061298d27e5748ccf353b0f93b168",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_internal.wasm?generation=1682632135762121"],
|
2022-11-28 18:52:40 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
|
|
|
name = "com_google_mediapipe_wasm_vision_wasm_nosimd_internal_js",
|
2023-04-28 00:55:56 +02:00
|
|
|
sha256 = "7a130f5c20a320157d109a8aa767904df9717c24e77c99c4313a1716c3685e65",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_nosimd_internal.js?generation=1682632137850608"],
|
2022-11-28 18:52:40 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
http_file(
|
|
|
|
name = "com_google_mediapipe_wasm_vision_wasm_nosimd_internal_wasm",
|
2023-04-28 00:55:56 +02:00
|
|
|
sha256 = "c45e706965e0572b41e1518e6243e6dee0d6834e0ac81f49370951d23e52e387",
|
|
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_nosimd_internal.wasm?generation=1682632140714614"],
|
2022-11-09 19:26:25 +01:00
|
|
|
)
|