diff options
author | bloodstalker <thabogre@gmail.com> | 2018-06-10 01:55:52 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-06-10 01:55:52 +0000 |
commit | c0b9f25bebcecd1b5b42ce9248594f05f82b9fc0 (patch) | |
tree | c2b01bd58c150ce04771bd4da46b15d4411e217a /bruiser/tablegen.sh | |
parent | the codegen is working now. the generated codes will not be part of the repo ... (diff) | |
download | mutator-c0b9f25bebcecd1b5b42ce9248594f05f82b9fc0.tar.gz mutator-c0b9f25bebcecd1b5b42ce9248594f05f82b9fc0.zip |
added the autogen files, should also fix travis
Diffstat (limited to '')
-rwxr-xr-x | bruiser/tablegen.sh | 5 |
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 |