View Source Orb.ToWasm.Context (Orb v0.1.0)

Summary

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

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