diff options
author | bloodstalker <thabogre@gmail.com> | 2018-06-04 00:15:59 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-06-04 00:15:59 +0000 |
commit | f0c0be758927ca00dd6f19ff8876348a0bfcc659 (patch) | |
tree | ceead53b11eb70624fa9f9ff805861c220941808 | |
parent | fixes #40 (diff) | |
download | mutator-f0c0be758927ca00dd6f19ff8876348a0bfcc659.tar.gz mutator-f0c0be758927ca00dd6f19ff8876348a0bfcc659.zip |
missed the json file for the test
-rw-r--r-- | extra-tools/wasmtablegen.json | 5 |
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"] +}} |