Wasmex.Native (Wasmex v0.4.0)

Contains calls that are implemented in our Rust NIF. Functions in this module are not intended to be called directly.

Link to this section Summary

Link to this section Functions

Link to this function

instance_call_exported_function(resource, function_name, params, from)

Link to this function

instance_function_export_exists(resource, function_name)

Link to this function

instance_new_from_bytes(bytes, imports)

Link to this function

memory_bytes_per_element(size)

Link to this function

memory_from_instance(resource)

Link to this function

memory_get(resource, size, offset, index)

Link to this function

memory_grow(resource, pages)

Link to this function

memory_length(resource, size, offset)

Link to this function

memory_read_binary(resource, size, offset, index, length)

Link to this function

memory_set(resource, size, offset, index, value)

Link to this function

memory_write_binary(resource, size, offset, index, binary)

Link to this function

namespace_receive_callback_result(callback_token, success, params)