tools: Add wabt tools for webassembly file types.

This commit is contained in:
Andrew Hamilton 2019-06-26 23:16:28 +10:00
parent 57febfc08a
commit ce843e89f3
2 changed files with 17 additions and 0 deletions

View file

@ -272,6 +272,13 @@ patches = {
"build-commands": [
"make -f makefile",
"install -DT bin/7za /app/bin/7z"]},
"wabt": {"buildsystem": "simple",
"build-commands": [
"mkdir build && cd build && "
"cmake -DCMAKE_INSTALL_PREFIX=/app ..",
"cd build && make -j4 install"]
},
"rpm": {"config-opts": ["--without-lua"]},