Orb
v0.1.1
Pages
Modules
Search documentation of Orb
Settings
View Source
Orb.ToWasm.Context
(Orb v0.1.1)
Summary
Functions
fetch_func_index!(context, func_name)
fetch_global_index!(context, global_name)
fetch_local_index!(context, local_identifier)
fetch_loop_identifier_index!(context, loop_identifier)
get_custom_type_index(context, custom_type)
new()
register_loop_identifier(context, loop_identifier)
set_custom_type_index_lookup(context, custom_types_to_indexes)
set_func_name_index_lookup(context, func_names_to_indexes)
set_global_name_index_lookup(context, global_names_to_indexes)
set_local_get_types(context, local_types)
Functions
Link to this function
fetch_func_index!(context, func_name)
View Source
Link to this function
fetch_global_index!(context, global_name)
View Source
Link to this function
fetch_local_index!(context, local_identifier)
View Source
Link to this function
fetch_loop_identifier_index!(context, loop_identifier)
View Source
Link to this function
get_custom_type_index(context, custom_type)
View Source
Link to this function
new()
View Source
Link to this function
register_loop_identifier(context, loop_identifier)
View Source
Link to this function
set_custom_type_index_lookup(context, custom_types_to_indexes)
View Source
Link to this function
set_func_name_index_lookup(context, func_names_to_indexes)
View Source
Link to this function
set_global_name_index_lookup(context, global_names_to_indexes)
View Source
Link to this function
set_local_get_types(context, local_types)
View Source