aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/luatablegen/W_Export_Section_tablegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'bruiser/luatablegen/W_Export_Section_tablegen.h')
-rw-r--r--bruiser/luatablegen/W_Export_Section_tablegen.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/bruiser/luatablegen/W_Export_Section_tablegen.h b/bruiser/luatablegen/W_Export_Section_tablegen.h
deleted file mode 100644
index ded408e..0000000
--- a/bruiser/luatablegen/W_Export_Section_tablegen.h
+++ /dev/null
@@ -1,33 +0,0 @@
-
-// 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_Export_Section_H
-#define _W_Export_Section_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include "../wasm.h"
-
-static W_Export_Section* convert_W_Export_Section (lua_State* __ls, int index);
-static W_Export_Section* check_W_Export_Section(lua_State* __ls, int index);
-W_Export_Section* push_W_Export_Section(lua_State* __ls);
-int W_Export_Section_push_args(lua_State* __ls, W_Export_Section* _st);
-int new_W_Export_Section(lua_State* __ls);
-static int getter_W_Export_Section_count(lua_State* __ls);
-static int getter_W_Export_Section_entries(lua_State* __ls);
-static int setter_W_Export_Section_count(lua_State* __ls);
-static int setter_W_Export_Section_entries(lua_State* __ls);
-int W_Export_Section_register(lua_State* __ls);
-
-#ifdef __cplusplus
-}
-#endif //end of extern c
-#endif //end of inclusion guard
-
-