From f0c0be758927ca00dd6f19ff8876348a0bfcc659 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 4 Jun 2018 04:45:59 +0430 Subject: missed the json file for the test --- extra-tools/wasmtablegen.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 extra-tools/wasmtablegen.json (limited to 'extra-tools') 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"] +}} -- cgit v1.2.3