diff options
author | bloodstalker <thabogre@gmail.com> | 2018-06-10 01:55:52 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-06-10 01:55:52 +0000 |
commit | c0b9f25bebcecd1b5b42ce9248594f05f82b9fc0 (patch) | |
tree | c2b01bd58c150ce04771bd4da46b15d4411e217a /bruiser/luatablegen/Wasm_Module_tablegen.h | |
parent | the codegen is working now. the generated codes will not be part of the repo ... (diff) | |
download | mutator-c0b9f25bebcecd1b5b42ce9248594f05f82b9fc0.tar.gz mutator-c0b9f25bebcecd1b5b42ce9248594f05f82b9fc0.zip |
added the autogen files, should also fix travis
Diffstat (limited to '')
-rw-r--r-- | bruiser/luatablegen/Wasm_Module_tablegen.h | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/bruiser/luatablegen/Wasm_Module_tablegen.h b/bruiser/luatablegen/Wasm_Module_tablegen.h new file mode 100644 index 0000000..795b219 --- /dev/null +++ b/bruiser/luatablegen/Wasm_Module_tablegen.h @@ -0,0 +1,54 @@ + +// 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 _Wasm_Module_H +#define _Wasm_Module_H +#ifdef __cplusplus +extern "C" { +#endif + +#include "../wasm.h" + +static Wasm_Module* convert_Wasm_Module (lua_State* __ls, int index); +static Wasm_Module* check_Wasm_Module(lua_State* __ls, int index); +Wasm_Module* push_Wasm_Module(lua_State* __ls); +int Wasm_Module_push_args(lua_State* __ls, Wasm_Module* _st); +int new_Wasm_Module(lua_State* __ls); +static int getter_Wasm_Module_type_section(lua_State* __ls); +static int getter_Wasm_Module_import_section(lua_State* __ls); +static int getter_Wasm_Module_function_section(lua_State* __ls); +static int getter_Wasm_Module_table_section(lua_State* __ls); +static int getter_Wasm_Module_memory_section(lua_State* __ls); +static int getter_Wasm_Module_global_section(lua_State* __ls); +static int getter_Wasm_Module_export_section(lua_State* __ls); +static int getter_Wasm_Module_start_section(lua_State* __ls); +static int getter_Wasm_Module_element_section(lua_State* __ls); +static int getter_Wasm_Module_code_section(lua_State* __ls); +static int getter_Wasm_Module_data_section(lua_State* __ls); +static int getter_Wasm_Module_W_Custom_Sections(lua_State* __ls); +static int getter_Wasm_Module_name(lua_State* __ls); +static int setter_Wasm_Module_type_section(lua_State* __ls); +static int setter_Wasm_Module_import_section(lua_State* __ls); +static int setter_Wasm_Module_function_section(lua_State* __ls); +static int setter_Wasm_Module_table_section(lua_State* __ls); +static int setter_Wasm_Module_memory_section(lua_State* __ls); +static int setter_Wasm_Module_global_section(lua_State* __ls); +static int setter_Wasm_Module_export_section(lua_State* __ls); +static int setter_Wasm_Module_start_section(lua_State* __ls); +static int setter_Wasm_Module_element_section(lua_State* __ls); +static int setter_Wasm_Module_code_section(lua_State* __ls); +static int setter_Wasm_Module_data_section(lua_State* __ls); +static int setter_Wasm_Module_W_Custom_Sections(lua_State* __ls); +static int setter_Wasm_Module_name(lua_State* __ls); +int Wasm_Module_register(lua_State* __ls); + +#ifdef __cplusplus +} +#endif //end of extern c +#endif //end of inclusion guard + + |