Module fuel_core_wasm_executor::utils
source · Enums§
- The input type for the WASM executor. Enum allows handling different versions of the input without introducing new host functions.
- The return type for the WASM executor. Enum allows handling different versions of the return without introducing new host functions.
Functions§
- Pack a
exists
,size
andresult
into oneu64
. - Pack a pointer and length into an
u64
. - Unpacks an
u64
intoexists
,size
andresult
. - Unpacks an
u64
into the pointer and length.