Home
last modified time | relevance | path

Searched defs:module_with_code (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/module/
H A Dregistry.rs294 let module_with_code = ModuleWithCode::from_raw(module, &code.code); in lookup_frame_info() localVariable
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dinstance.rs800 let module_with_code = ModuleWithCode::in_store( in construct_func_ref() localVariable