aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/luatablegen/W_Code_Section_tablegen.h
blob: 5c39e0cfc0cf6424e5143c136d05610eb3cbd00f (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
// 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_Code_Section_H
#define _W_Code_Section_H
#ifdef __cplusplus
extern "C" {
#endif

#include "../wasm.h"

static W_Code_Section* convert_W_Code_Section (lua_State* __ls, int index);
static W_Code_Section* check_W_Code_Section(lua_State* __ls, int index);
W_Code_Section* push_W_Code_Section(lua_State* __ls);
int W_Code_Section_push_args(lua_State* __ls, W_Code_Section* _st);
int new_W_Code_Section(lua_State* __ls);
static int getter_W_Code_Section_count(lua_State* __ls);
static int getter_W_Code_Section_bodies(lua_State* __ls);
static int setter_W_Code_Section_count(lua_State* __ls);
static int setter_W_Code_Section_bodies(lua_State* __ls);
int W_Code_Section_register(lua_State* __ls);

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