wasmedge_sys::ffi

Type Alias WasmEdge_ProgramOptionType

Source
pub type WasmEdge_ProgramOptionType = c_uint;
Expand description

Type of option value.

Trait Implementations§

Source§

impl From<ProgramOptionType> for WasmEdge_ProgramOptionType

Source§

fn from(value: ProgramOptionType) -> Self

Converts to this type from the input type.