redox/recipes/wip/dev/wasm/binaryen/recipe.toml
2026-02-01 03:16:26 -03:00

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",
]