mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
16 lines
331 B
TOML
16 lines
331 B
TOML
#TODO missing script for building: https://emscripten.org/docs/building_from_source/index.html
|
|
[source]
|
|
git = "https://github.com/emscripten-core/emscripten"
|
|
rev = "5.0.0"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "custom"
|
|
dev-dependencies = [
|
|
"host:nodejs24",
|
|
]
|
|
[package]
|
|
dependencies = [
|
|
"llvm21-common",
|
|
"binaryen",
|
|
]
|