aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/tablegen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bruiser/tablegen.sh')
-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