View Source Orb.Instruction (Orb v0.0.42)

Summary

Functions

Link to this function

global_get(type, global_name)

View Source
Link to this function

global_set(type, global_name, value)

View Source
Link to this function

local_get(type, local_name)

View Source
Link to this function

local_set(type, local_name)

View Source
Link to this function

local_set(type, local_name, value)

View Source
Link to this function

local_tee(type, local_name, value)

View Source
Link to this function

memory_store(type, store, opts)

View Source
Link to this function

new(type, operation, operands)

View Source
Link to this function

typed_call(result_type, param_types, f, args)

View Source
Link to this function

wrap_constant!(type, value)

View Source