Skip to main content

wasmLabelStackPush

Function wasmLabelStackPush 

Source
pub unsafe extern "C" fn wasmLabelStackPush(
    labelStack: *mut WasmLabelStack,
    typeStackLength: usize,
    type_: *mut WasmValueType,
    result: *mut WasmLabel,
) -> bool