aboutsummaryrefslogtreecommitdiffstats
path: root/extra-tools
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-06-04 00:15:59 +0000
committerbloodstalker <thabogre@gmail.com>2018-06-04 00:15:59 +0000
commitf0c0be758927ca00dd6f19ff8876348a0bfcc659 (patch)
treeceead53b11eb70624fa9f9ff805861c220941808 /extra-tools
parentfixes #40 (diff)
downloadmutator-f0c0be758927ca00dd6f19ff8876348a0bfcc659.tar.gz
mutator-f0c0be758927ca00dd6f19ff8876348a0bfcc659.zip
missed the json file for the test
Diffstat (limited to 'extra-tools')
-rw-r--r--extra-tools/wasmtablegen.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra-tools/wasmtablegen.json b/extra-tools/wasmtablegen.json
new file mode 100644
index 0000000..8647c57
--- /dev/null
+++ b/extra-tools/wasmtablegen.json
@@ -0,0 +1,5 @@
+{"jmp_s_t": {"field_name": ["type", "location", "size", "next", "next_y", "next_n", "address", "address_y", "address_n", "y", "n", "z"],
+ "field_type": ["JMP_T", "uint64_t", "uint8_t", "struct jmp_s_t*", "struct jmp_s_t*", "struct jmp_s_t*", "uint64_t", "uint64_t", "uint64_t", "bool", "bool", "bool"],
+ "methods": ["convert", "check", "push_self","push_args", "new", "gc", "tostring" ],
+ "lua_type": ["integer", "integer", "integer", "lightuserdata", "lightuserdata", "lightuserdata", "integer", "integer", "integer", "integer", "integer", "integer"]
+}}