aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/luatablegen/W_Import_Section_Entry_tablegen.h
blob: 6086ae1977ed7259a50e385fed0193907fb9cbbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// 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_Import_Section_Entry_H
#define _W_Import_Section_Entry_H
#ifdef __cplusplus
extern "C" {
#endif

#include "../wasm.h"

static W_Import_Section_Entry* convert_W_Import_Section_Entry (lua_State* __ls, int index);
static W_Import_Section_Entry* check_W_Import_Section_Entry(lua_State* __ls, int index);
W_Import_Section_Entry* push_W_Import_Section_Entry(lua_State* __ls);
int W_Import_Section_Entry_push_args(lua_State* __ls, W_Import_Section_Entry* _st);
int new_W_Import_Section_Entry(lua_State* __ls);
static int getter_W_Import_Section_Entry_module_length(lua_State* __ls);
static int getter_W_Import_Section_Entry_module_str(lua_State* __ls);
static int getter_W_Import_Section_Entry_field_len(lua_State* __ls);
static int getter_W_Import_Section_Entry_field_str(lua_State* __ls);
static int getter_W_Import_Section_Entry_kind(lua_State* __ls);
static int getter_W_Import_Section_Entry_type(lua_State* __ls);
static int setter_W_Import_Section_Entry_module_length(lua_State* __ls);
static int setter_W_Import_Section_Entry_module_str(lua_State* __ls);
static int setter_W_Import_Section_Entry_field_len(lua_State* __ls);
static int setter_W_Import_Section_Entry_field_str(lua_State* __ls);
static int setter_W_Import_Section_Entry_kind(lua_State* __ls);
static int setter_W_Import_Section_Entry_type(lua_State* __ls);
int W_Import_Section_Entry_register(lua_State* __ls);

#ifdef __cplusplus
}
#endif //end of extern c
#endif //end of inclusion guard