aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/luatablegen/W_Function_Section_tablegen.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bruiser/luatablegen/W_Function_Section_tablegen.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/bruiser/luatablegen/W_Function_Section_tablegen.h b/bruiser/luatablegen/W_Function_Section_tablegen.h
new file mode 100644
index 0000000..bd53df6
--- /dev/null
+++ b/bruiser/luatablegen/W_Function_Section_tablegen.h
@@ -0,0 +1,32 @@
+
+// automatically generated by luatablegen
+#include "../lua-5.3.4/src/lua.h"
+#include "../lua-5.3.4/src/lauxlib.h"
+#include "../lua-5.3.4/src/lualib.h"
+#include <inttypes.h>
+#include <stdbool.h>
+#ifndef _W_Function_Section_H
+#define _W_Function_Section_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "../wasm.h"
+
+static W_Function_Section* convert_W_Function_Section (lua_State* __ls, int index);
+static W_Function_Section* check_W_Function_Section(lua_State* __ls, int index);
+W_Function_Section* push_W_Function_Section(lua_State* __ls);
+int W_Function_Section_push_args(lua_State* __ls, W_Function_Section* _st);
+int new_W_Function_Section(lua_State* __ls);
+static int getter_W_Function_Section_count(lua_State* __ls);
+static int getter_W_Function_Section_types(lua_State* __ls);
+static int setter_W_Function_Section_count(lua_State* __ls);
+static int setter_W_Function_Section_types(lua_State* __ls);
+int W_Function_Section_register(lua_State* __ls);
+
+#ifdef __cplusplus
+}
+#endif //end of extern c
+#endif //end of inclusion guard
+
+