-
Notifications
You must be signed in to change notification settings - Fork 10
wasm
The lazy constructors are inside wasm.lua.
local wasm = require("wasm")
init_expr_t:size() -- return type: integer
init_expr_t:code() -- return type: string
set_init_expr_t:size() -- arg type: integer
set_init_expr_t:code() -- arg type: string
init_expr_t:new() -- needs all the args
init_expr_t() -- lazy constructor
resizable_limit_t:flags() -- return type: integer
resizable_limit_t:initial() -- return type: integer
resizable_limit_t:maximum() -- return type: integer
set_resizable_limit_t:flags() -- arg type: integer
set_resizable_limit_t:initial() -- arg type: integer
set_resizable_limit_t:maximum() -- arg type: integer
resizable_limit_t:new() -- needs all the args
resizable_limit_t() -- lazy constructor
global_type_t:value_type() -- return type: integer
global_type_t:mutability() -- return type: integer
set_global_type_t:value_type() -- arg type: integer
set_global_type_t:mutability() -- arg type: integer
global_type_t:new() -- needs all the args
global_type_t() -- lazy constructor
table_type_t:element_type() -- return type: integer
table_type_t:resizable_limit() -- return type: resizable_limit_t
set_table_type_t:element_type() -- arg type: integer
set_table_type_t:resizable_limit() -- arg type: resizable_limit_t
table_type_t:new() -- needs all the args
table_type_t() -- lazy constructor
memory_type_t:resizable_limit() -- return type: resizable_limit_t
set_memory_type_t:resizable_limit() -- arg type: resizable_limit_t
memory_type_t:new() -- needs all the args
memory_type_t() -- lazy constructor
W_Type_Section_Entry:form() -- return type: integer
W_Type_Section_Entry:param_count() -- return type: integer
W_Type_Section_Entry:param_types() -- return type: param_types_t
W_Type_Section_Entry:return_count() -- return type: integer
W_Type_Section_Entry:return_types() -- return type: return_types_t
set_W_Type_Section_Entry:form() -- arg type: integer
set_W_Type_Section_Entry:param_count() -- arg type: integer
set_W_Type_Section_Entry:param_types() -- arg type: param_types_t
set_W_Type_Section_Entry:return_count() -- arg type: integer
set_W_Type_Section_Entry:return_types() -- arg type: return_types_t
W_Type_Section_Entry:new() -- needs all the args
W_Type_Section_Entry() -- lazy constructor
W_Type_Section:count() -- return type: integer
W_Type_Section:entries() -- return type: entries_t
set_W_Type_Section:count() -- arg type: integer
set_W_Type_Section:entries() -- arg type: entries_t
W_Type_Section:new() -- needs all the args
W_Type_Section() -- lazy constructor
W_Import_Section_Entry:module_length() -- return type: integer
W_Import_Section_Entry:module_str() -- return type: string
W_Import_Section_Entry:field_len() -- return type: integer
W_Import_Section_Entry:field_str() -- return type: string
W_Import_Section_Entry:kind() -- return type: integer
W_Import_Section_Entry:type() -- return type: type_t
set_W_Import_Section_Entry:module_length() -- arg type: integer
set_W_Import_Section_Entry:module_str() -- arg type: string
set_W_Import_Section_Entry:field_len() -- arg type: integer
set_W_Import_Section_Entry:field_str() -- arg type: string
set_W_Import_Section_Entry:kind() -- arg type: integer
set_W_Import_Section_Entry:type() -- arg type: type_t
W_Import_Section_Entry:new() -- needs all the args
W_Import_Section_Entry() -- lazy constructor
W_Import_Section:count() -- return type: integer
W_Import_Section:entries() -- return type: entries_t
set_W_Import_Section:count() -- arg type: integer
set_W_Import_Section:entries() -- arg type: entries_t
W_Import_Section:new() -- needs all the args
W_Import_Section() -- lazy constructor
W_Function_Section:count() -- return type: integer
W_Function_Section:types() -- return type: types_t
set_W_Function_Section:count() -- arg type: integer
set_W_Function_Section:types() -- arg type: types_t
W_Function_Section:new() -- needs all the args
W_Function_Section() -- lazy constructor
W_Table_Section:count() -- return type: integer
W_Table_Section:entries() -- return type: entries_t
set_W_Table_Section:count() -- arg type: integer
set_W_Table_Section:entries() -- arg type: entries_t
W_Table_Section:new() -- needs all the args
W_Table_Section() -- lazy constructor
W_Memory_Section:count() -- return type: integer
W_Memory_Section:entries() -- return type: entries_t
set_W_Memory_Section:count() -- arg type: integer
set_W_Memory_Section:entries() -- arg type: entries_t
W_Memory_Section:new() -- needs all the args
W_Memory_Section() -- lazy constructor
W_Global_Entry:type() -- return type: type_t
W_Global_Entry:init() -- return type: init_t
set_W_Global_Entry:type() -- arg type: type_t
set_W_Global_Entry:init() -- arg type: init_t
W_Global_Entry:new() -- needs all the args
W_Global_Entry() -- lazy constructor
W_Global_Section:count() -- return type: integer
W_Global_Section:globals() -- return type: globals_t
set_W_Global_Section:count() -- arg type: integer
set_W_Global_Section:globals() -- arg type: globals_t
W_Global_Section:new() -- needs all the args
W_Global_Section() -- lazy constructor
W_Export_Entry:field_len() -- return type: integer
W_Export_Entry:field_str() -- return type: string
W_Export_Entry:kind() -- return type: integer
W_Export_Entry:index() -- return type: integer
set_W_Export_Entry:field_len() -- arg type: integer
set_W_Export_Entry:field_str() -- arg type: string
set_W_Export_Entry:kind() -- arg type: integer
set_W_Export_Entry:index() -- arg type: integer
W_Export_Entry:new() -- needs all the args
W_Export_Entry() -- lazy constructor
W_Export_Section:count() -- return type: integer
W_Export_Section:entries() -- return type: entries_t
set_W_Export_Section:count() -- arg type: integer
set_W_Export_Section:entries() -- arg type: entries_t
W_Export_Section:new() -- needs all the args
W_Export_Section() -- lazy constructor
W_Start_Section:index() -- return type: integer
set_W_Start_Section:index() -- arg type: integer
W_Start_Section:new() -- needs all the args
W_Start_Section() -- lazy constructor
W_Elem_Segment:index() -- return type: integer
W_Elem_Segment:offset() -- return type: offset_t
W_Elem_Segment:num_length() -- return type: integer
W_Elem_Segment:elems() -- return type: integer
set_W_Elem_Segment:index() -- arg type: integer
set_W_Elem_Segment:offset() -- arg type: offset_t
set_W_Elem_Segment:num_length() -- arg type: integer
set_W_Elem_Segment:elems() -- arg type: integer
W_Elem_Segment:new() -- needs all the args
W_Elem_Segment() -- lazy constructor
W_Element_Section:count() -- return type: integer
W_Element_Section:entries() -- return type: entries_t
set_W_Element_Section:count() -- arg type: integer
set_W_Element_Section:entries() -- arg type: entries_t
W_Element_Section:new() -- needs all the args
W_Element_Section() -- lazy constructor
W_Local_Entry:count() -- return type: integer
W_Local_Entry:type() -- return type: integer
set_W_Local_Entry:count() -- arg type: integer
set_W_Local_Entry:type() -- arg type: integer
W_Local_Entry:new() -- needs all the args
W_Local_Entry() -- lazy constructor
W_Function_Body:body_size() -- return type: integer
W_Function_Body:local_count() -- return type: integer
W_Function_Body:locals() -- return type: locals_t
W_Function_Body:code() -- return type: string
set_W_Function_Body:body_size() -- arg type: integer
set_W_Function_Body:local_count() -- arg type: integer
set_W_Function_Body:locals() -- arg type: locals_t
set_W_Function_Body:code() -- arg type: string
W_Function_Body:new() -- needs all the args
W_Function_Body() -- lazy constructor
W_Code_Section:count() -- return type: integer
W_Code_Section:bodies() -- return type: bodies_t
set_W_Code_Section:count() -- arg type: integer
set_W_Code_Section:bodies() -- arg type: bodies_t
W_Code_Section:new() -- needs all the args
W_Code_Section() -- lazy constructor
W_Data_Segment:index() -- return type: integer
W_Data_Segment:offset() -- return type: offset_t
W_Data_Segment:size() -- return type: integer
W_Data_Segment:data() -- return type: string
set_W_Data_Segment:index() -- arg type: integer
set_W_Data_Segment:offset() -- arg type: offset_t
set_W_Data_Segment:size() -- arg type: integer
set_W_Data_Segment:data() -- arg type: string
W_Data_Segment:new() -- needs all the args
W_Data_Segment() -- lazy constructor
W_Data_Section:count() -- return type: integer
W_Data_Section:entries() -- return type: entries_t
set_W_Data_Section:count() -- arg type: integer
set_W_Data_Section:entries() -- arg type: entries_t
W_Data_Section:new() -- needs all the args
W_Data_Section() -- lazy constructor
Wasm_Module:type_section() -- return type: type_section_t
Wasm_Module:import_section() -- return type: import_section_t
Wasm_Module:function_section() -- return type: function_section_t
Wasm_Module:table_section() -- return type: table_section_t
Wasm_Module:memory_section() -- return type: memory_section_t
Wasm_Module:global_section() -- return type: global_section_t
Wasm_Module:export_section() -- return type: export_section_t
Wasm_Module:start_section() -- return type: start_section_t
Wasm_Module:element_section() -- return type: element_section_t
Wasm_Module:code_section() -- return type: code_section_t
Wasm_Module:data_section() -- return type: data_section_t
Wasm_Module:W_Custom_Sections() -- return type: W_Custom_Sections_t
Wasm_Module:name() -- return type: string
set_Wasm_Module:type_section() -- arg type: type_section_t
set_Wasm_Module:import_section() -- arg type: import_section_t
set_Wasm_Module:function_section() -- arg type: function_section_t
set_Wasm_Module:table_section() -- arg type: table_section_t
set_Wasm_Module:memory_section() -- arg type: memory_section_t
set_Wasm_Module:global_section() -- arg type: global_section_t
set_Wasm_Module:export_section() -- arg type: export_section_t
set_Wasm_Module:start_section() -- arg type: start_section_t
set_Wasm_Module:element_section() -- arg type: element_section_t
set_Wasm_Module:code_section() -- arg type: code_section_t
set_Wasm_Module:data_section() -- arg type: data_section_t
set_Wasm_Module:W_Custom_Sections() -- arg type: W_Custom_Sections_t
set_Wasm_Module:name() -- arg type: string
Wasm_Module:new() -- needs all the args
Wasm_Module() -- lazy constructor
automatically generated by luatablegen.