aboutsummaryrefslogblamecommitdiffstats
path: root/bruiser/tablegen.sh
blob: 5172d607589dbc6412b18c79a1d41304fa783d22 (plain) (tree)
1
2
3
4
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