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

10 lines
299 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/WebAssembly/wabt#building-using-cmake-directly-linux-and-macos
[source]
tar = "https://github.com/WebAssembly/wabt/releases/download/1.0.39/wabt-1.0.39.tar.xz"
[build]
template = "cmake"
cmakeflags = [
"-DBUILD_TESTS=OFF",
]