Expand description
Simple library for serializing complex types to the wasmtime runtime using serde
Macros§
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