Wasmex v0.2.0 Wasmex.Native
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)
Link to this function
memory_bytes_per_element(resource, size, offset)
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, size, offset, pages)
Link to this function
memory_length(resource, size, offset)
Link to this function
memory_read_binary(resource, size, offset, index)
Link to this function
memory_set(resource, size, offset, index, value)
Link to this function