Home
last modified time | relevance | path

Searched refs:unpack_callback_code (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs1955 let (code, set) = unpack_callback_code(code); in handle_callback_code()
5264 fn unpack_callback_code(code: u32) -> (u32, u32) { in unpack_callback_code() function