Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/trampoline/
H A Dtable.rs37 .allocate_instance( in create_table()
H A Dtag.rs45 vm::assert_ready(store.allocate_instance( in create_tag()
H A Dmemory.rs59 .allocate_instance( in create_memory()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dinstance.rs318 .allocate_instance( in new_raw()
H A Dstore.rs817 let result = vm::assert_ready(inner.allocate_instance( in try_new()
2603 pub(crate) async unsafe fn allocate_instance( in allocate_instance() method