Skip to main content

Module foreign_marshal

Module foreign_marshal 

Source
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.