Function wren_sys::wrenInterpret

source ·
pub unsafe extern "C" fn wrenInterpret(
    vm: *mut WrenVM,
    module: *const c_char,
    source: *const c_char
) -> WrenInterpretResult