194a301dd8
PiperOrigin-RevId: 537078723
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 = "0d66a26fa5ca638c54ec3e5bffb50aec74ee0880b108d4b5f7d316e9ae36cc9a",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_internal.js?generation=1685638894464709"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_audio_wasm_internal_wasm",
|
|
sha256 = "014963d19ef6b1f25720379c3df07a6e08b24894ada4938d45b1256e97739318",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_internal.wasm?generation=1685638897160853"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_audio_wasm_nosimd_internal_js",
|
|
sha256 = "f03d4826c251783bfc1fb8b82b2d08c00b2e3cb2efcc606305eb210f09fc686b",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_nosimd_internal.js?generation=1685638899477366"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_audio_wasm_nosimd_internal_wasm",
|
|
sha256 = "36972cf62138bcb5fde37a1fecce334a86b0261eefc1f1daa17b4b8acdc784b4",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/audio_wasm_nosimd_internal.wasm?generation=1685638901926088"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_text_wasm_internal_js",
|
|
sha256 = "5745360da942f3bcb585547e8720cb11f19793e68851b119b8f9ea22b120fd06",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_internal.js?generation=1685638904214551"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_text_wasm_internal_wasm",
|
|
sha256 = "b6d8b03fa7fc3e969febfcb63e3db2de900f1f54b82bf2205f02d865fc4790b2",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_internal.wasm?generation=1685638906864568"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_text_wasm_nosimd_internal_js",
|
|
sha256 = "837ca361044441e6202858b4a9d94b3296c8440099b40e6dafb1efcce76a8f63",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_nosimd_internal.js?generation=1685638909139832"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_text_wasm_nosimd_internal_wasm",
|
|
sha256 = "507f4089f4a2cf8fe7fb61f48e180f3f86d5e8057fc60ef24c77aae724eb66ba",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/text_wasm_nosimd_internal.wasm?generation=1685638911843312"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_vision_wasm_internal_js",
|
|
sha256 = "82de7a40fdb14833b5ceaeb1ebf219421dbb06ba5e525204737dec196161420d",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_internal.js?generation=1685638914190745"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_vision_wasm_internal_wasm",
|
|
sha256 = "d06ac49f4c156cf0c24ef62387b13e48b67476e7f04a423889c59ee835c460f2",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_internal.wasm?generation=1685638917012370"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_vision_wasm_nosimd_internal_js",
|
|
sha256 = "fff428ef91d8cc936f9c3ec81750f5e7ee3c20bc0c76677eb5d8d4d010d2fac0",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_nosimd_internal.js?generation=1685638919406810"],
|
|
)
|
|
|
|
http_file(
|
|
name = "com_google_mediapipe_wasm_vision_wasm_nosimd_internal_wasm",
|
|
sha256 = "f87c51b8744b0ba564ce725fc3659dba5ef90b4615ac34135ca91c6508434fe9",
|
|
urls = ["https://storage.googleapis.com/mediapipe-assets/wasm/vision_wasm_nosimd_internal.wasm?generation=1685638922016130"],
|
|
)
|