Expand description
Typed values for passing into and returning from sandboxed programs.
Structs§
- Untyped
RetVal - A value returned by a guest function.
Enums§
- RegVal
- Register representation of
Val
. - Val
- Typed values used for passing arguments into guest functions.
Traits§
Functions§
- __
m128_ as_ f32 - Interpret the contents of a
__m128
register as anf32
. - __
m128_ as_ f64 - Interpret the contents of a
__m128
register as anf64
. - val_
to_ reg - Convert a
Val
to its representation when stored in an argument register. - val_
to_ stack - Convert a
Val
to its representation when spilled onto the stack.