tools: Add wabt tools for webassembly file types.
This commit is contained in:
parent
57febfc08a
commit
ce843e89f3
2 changed files with 17 additions and 0 deletions
|
|
@ -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"]},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue