redox/recipes/wip/wasm/binaryen/recipe.toml
2026-07-01 13:33:19 +01:00

13 lines
313 B
TOML

# TODO compiled and tested, can promote
# 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",
]