mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 17:48:42 +08:00
10 lines
299 B
TOML
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",
|
|
]
|