Expand description
ValueWord <-> MessagePack marshaling for foreign function calls.
Functionsยง
- marshal_
args - Serialize a slice of ValueWord args to msgpack bytes (as an array).
- unmarshal_
result - Deserialize msgpack bytes to a ValueWord result using declared type information.