Search
Orb
v0.0.38
Pages
Modules
Settings
View Source
Orb.Instruction
(Orb v0.0.38)
Summary
Functions
call(f)
call(f, args)
f32(operation)
f32(operation, a)
f32(operation, a, b)
global_get(type, global_name)
global_set(type, global_name, value)
i32(operation)
i32(operation, a)
i32(operation, a, b)
i64(operation)
i64(operation, a)
i64(operation, a, b)
local_get(type, local_name)
local_set(type, local_name)
local_set(type, local_name, value)
local_tee(type, local_name, value)
memory_grow(value)
memory_size()
memory_store(type, store, opts)
new(type, operation)
new(type, operation, operands)
typed_call(output_type, f, args)
typed_call(result_type, param_types, f, args)
wrap_constant!(type, value)
Functions
Link to this function
call(f)
View Source
Link to this function
call(f, args)
View Source
Link to this function
f32(operation)
View Source
Link to this function
f32(operation, a)
View Source
Link to this function
f32(operation, a, b)
View Source
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
i32(operation)
View Source
Link to this function
i32(operation, a)
View Source
Link to this function
i32(operation, a, b)
View Source
Link to this function
i64(operation)
View Source
Link to this function
i64(operation, a)
View Source
Link to this function
i64(operation, a, b)
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_grow(value)
View Source
Link to this function
memory_size()
View Source
Link to this function
memory_store(type, store, opts)
View Source
Link to this function
new(type, operation)
View Source
Link to this function
new(type, operation, operands)
View Source
Link to this function
typed_call(output_type, f, args)
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