Crate wasmtime_serde_guest

Source
Expand description

Simple library for serializing complex types to the wasmtime runtime using serde

Macros§

import_fn

Functions§

alloc
dealloc
deserialize
Deserializes a slice of bytes into an instance of T using the default configuration.
read_msg
serialize
Serializes a serializable object into a Vec of bytes using the default configuration.
write_msg

Attribute Macros§

export_fn