aboutsummaryrefslogtreecommitdiffstats
path: root/extra-tools/wasmtablegen.json
diff options
context:
space:
mode:
Diffstat (limited to 'extra-tools/wasmtablegen.json')
-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"]
+}}