Crate wasmtime_serde_host

Source
Expand description

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

Macros§

host_funcs

Structs§

Func
Runtime

Functions§

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

Attribute Macros§

export_fn