View Source OrbWasmtime.Wasm (Orb Wasmtime v0.1.7)

Take a WebAssembly module and list its exports or call a one-shot function.

Link to this section Summary

Link to this section Functions

Link to this function

call(source, f, a, b, c)

View Source
Link to this function

call_apply(source, f, args)

View Source
Link to this function

call_string(source, f, a)

View Source
Link to this function

call_string(source, f, a, b)

View Source
Link to this function

capture(source, f, arity)

View Source
Link to this function

instance_call(instance, f)

View Source
Link to this function

instance_call(instance, f, a)

View Source
Link to this function

instance_call(instance, f, a, b)

View Source
Link to this function

instance_call(instance, f, a, b, c)

View Source
Link to this function

instance_call_joining_string_chunks(instance, f)

View Source
Link to this function

instance_call_returning_string(instance, f)

View Source
Link to this function

instance_call_returning_string(instance, f, a)

View Source
Link to this function

instance_call_returning_string(instance, f, a, b)

View Source
Link to this function

instance_call_returning_string(instance, f, a, b, c)

View Source
Link to this function

instance_call_stream_string_chunks(instance, f)

View Source
Link to this function

instance_cast(instance, f)

View Source
Link to this function

instance_cast(instance, f, a)

View Source
Link to this function

instance_cast(instance, f, a, b)

View Source
Link to this function

instance_cast(instance, f, a, b, c)

View Source
Link to this function

instance_cast_apply(instance, f, args)

View Source
Link to this function

instance_get_global(instance, global_name)

View Source
Link to this function

instance_read_memory(instance, start, length)

View Source
Link to this function

instance_read_string_nul_terminated(instance, memory_offset)

View Source
Link to this function

instance_set_global(instance, global_name, new_value)

View Source
Link to this function

instance_write_i32(instance, memory_offset, value)

View Source
Link to this function

instance_write_i64(instance, memory_offset, value)

View Source
Link to this function

instance_write_memory(instance, memory_offset, bytes)

View Source
Link to this function

instance_write_string_nul_terminated(instance, memory_offset, string)

View Source
Link to this function

list_import_types(source)

View Source
Link to this function

run_instance(source, imports \\ [])

View Source
Link to this function

validate_definition!(source)

View Source