mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-07-22 05:31:18 -09:00
14 lines
222 B
Python
14 lines
222 B
Python
workspace(name = "emsdk")
|
|
|
|
load(":deps.bzl", "deps")
|
|
|
|
deps()
|
|
|
|
load(":emscripten_deps.bzl", "emscripten_deps")
|
|
|
|
emscripten_deps()
|
|
|
|
load(":toolchains.bzl", "register_emscripten_toolchains")
|
|
|
|
register_emscripten_toolchains()
|