Enum ExtismValType
Represents Wasm data types that Extism can understand
public enum ExtismValType
Fields
ExternRef = 6A reference to opaque data in the Wasm instance.
F32 = 2Floating point 32 bit integer. Equivalent of float
F64 = 3Floating point 64 bit integer. Equivalent of double
FuncRef = 5A reference to opaque data in the Wasm instance.
I32 = 0I64 = 1PTR = 1A wrapper around I64 to specify arguments that are pointers to memory blocks
V128 = 4A 128 bit number.