mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
13 lines
302 B
TOML
13 lines
302 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/WebAssembly/binaryen#building
|
|
[source]
|
|
git = "https://github.com/WebAssembly/binaryen"
|
|
rev = "version_125"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DBUILD_TESTS=OFF",
|
|
"-DBYN_ENABLE_ASSERTIONS=OFF",
|
|
]
|