[][src]Module holochain_wasmer_host::guest

Functions

call

convenience wrapper around call_bytes to handling input and output of any struct that:

from_guest_ptr

deserialize any SerializeBytes type out of the guest from a guest pointer

read_bytes

read a slice of bytes from the guest in a safe-ish way

read_serialized_bytes

read serialized bytes out of the guest from a guest pointer

write_bytes

write a slice of bytes to the guest in a safe-ish way