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_tables.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 'bruiser/luatablegen/wasm_tables.h')
-rw-r--r-- | bruiser/luatablegen/wasm_tables.h | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/bruiser/luatablegen/wasm_tables.h b/bruiser/luatablegen/wasm_tables.h new file mode 100644 index 0000000..eef67e1 --- /dev/null +++ b/bruiser/luatablegen/wasm_tables.h @@ -0,0 +1,38 @@ +// automatically generated by luatablegen + +#ifndef _WASM_TABLES_AGGR_H +#define _WASM_TABLES_AGGR_H +#ifdef __cplusplus +extern "C" { +#endif +#include "./init_expr_t_tablegen.h" +#include "./resizable_limit_t_tablegen.h" +#include "./global_type_t_tablegen.h" +#include "./table_type_t_tablegen.h" +#include "./memory_type_t_tablegen.h" +#include "./W_Type_Section_Entry_tablegen.h" +#include "./W_Type_Section_tablegen.h" +#include "./W_Import_Section_Entry_tablegen.h" +#include "./W_Import_Section_tablegen.h" +#include "./W_Function_Section_tablegen.h" +#include "./W_Table_Section_tablegen.h" +#include "./W_Memory_Section_tablegen.h" +#include "./W_Global_Entry_tablegen.h" +#include "./W_Global_Section_tablegen.h" +#include "./W_Export_Entry_tablegen.h" +#include "./W_Export_Section_tablegen.h" +#include "./W_Start_Section_tablegen.h" +#include "./W_Elem_Segment_tablegen.h" +#include "./W_Element_Section_tablegen.h" +#include "./W_Local_Entry_tablegen.h" +#include "./W_Function_Body_tablegen.h" +#include "./W_Code_Section_tablegen.h" +#include "./W_Data_Segment_tablegen.h" +#include "./W_Data_Section_tablegen.h" +#include "./Wasm_Module_tablegen.h" +void reg_tablegen_tables(lua_State* __ls); +#ifdef __cplusplus +} +#endif //end of extern c +#endif //end of inclusion guard + |