aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/tablegen.sh
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-06-10 01:55:52 +0000
committerbloodstalker <thabogre@gmail.com>2018-06-10 01:55:52 +0000
commitc0b9f25bebcecd1b5b42ce9248594f05f82b9fc0 (patch)
treec2b01bd58c150ce04771bd4da46b15d4411e217a /bruiser/tablegen.sh
parentthe codegen is working now. the generated codes will not be part of the repo ... (diff)
downloadmutator-c0b9f25bebcecd1b5b42ce9248594f05f82b9fc0.tar.gz
mutator-c0b9f25bebcecd1b5b42ce9248594f05f82b9fc0.zip
added the autogen files, should also fix travis
Diffstat (limited to '')
-rwxr-xr-xbruiser/tablegen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bruiser/tablegen.sh b/bruiser/tablegen.sh
new file mode 100755
index 0000000..5172d60
--- /dev/null
+++ b/bruiser/tablegen.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/bash
+cd $(dirname $0)
+../extra-tools/luatablegen.py --tbg ./wasmtablegen.json --out ./luatablegen --luaheader ../lua-5.3.4/src --pre ./luatablegen/wasmheader.txt --headeraggr ./luatablegen/wasm_tables.h --lualibpath ./lua-scripts/wasm.lua
+make -C ./luatablegen
+make clean