| /wasmtime-44.0.1/crates/fuzzing/tests/oom/ |
| H A D | instance.rs | 32 let instance_pre = linker.instantiate_pre(&module)?; in call_exported_func() localVariable 84 let instance_pre = linker.instantiate_pre(&module)?; in instance_get_export() localVariable 112 let instance_pre = linker.instantiate_pre(&module)?; in instance_exports() localVariable 141 let instance_pre = linker.instantiate_pre(&module)?; in instance_get_func() localVariable 170 let instance_pre = linker.instantiate_pre(&module)?; in instance_get_typed_func() localVariable 194 let instance_pre = linker.instantiate_pre(&module)?; in instance_get_table() localVariable 219 let instance_pre = linker.instantiate_pre(&module)?; in instance_get_memory() localVariable 248 let instance_pre = linker.instantiate_pre(&module)?; in instance_get_global() localVariable
|
| H A D | func.rs | 56 let instance_pre = linker.instantiate_pre(&module)?; in func_call() localVariable 87 let instance_pre = linker.instantiate_pre(&module)?; in func_call_async() localVariable 121 let instance_pre = linker.instantiate_pre(&module)?; in func_typed() localVariable
|
| H A D | instance_pre.rs | 43 let instance_pre = linker.instantiate_pre(&module)?; in instance_pre_instantiate() localVariable
|
| H A D | linker.rs | 126 let instance_pre = pre_linker.instantiate_pre(&module)?; in linker_instance() localVariable 195 let instance_pre = linker.instantiate_pre(&module)?; in linker_get_default() localVariable
|
| /wasmtime-44.0.1/examples/ |
| H A D | fast_instantiation.rs | 51 let instance_pre = linker.instantiate_pre(&module)?; in main() localVariable 69 let instance_pre = instance_pre.clone(); in main() localVariable
|
| /wasmtime-44.0.1/crates/wasi-threads/src/ |
| H A D | lib.rs | 18 instance_pre: Arc<InstancePre<T>>, field 25 let instance_pre = Arc::new(linker.instantiate_pre(&module)?); in new() localVariable 35 let instance_pre = self.instance_pre.clone(); in spawn() localVariable
|
| /wasmtime-44.0.1/crates/component-macro/tests/expanded/ |
| H A D | empty.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | empty_concurrent.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | empty_async.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | empty_tracing_async.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | function-new_async.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | smoke-default_async.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | smoke-default_tracing_async.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | function-new_tracing_async.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | smoke-default.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | function-new.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | function-new_concurrent.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | smoke-default_concurrent.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | path1_concurrent.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | path2.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | path2_async.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | path1_tracing_async.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | host-world.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | direct-import_concurrent.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|
| H A D | smoke.rs | 10 instance_pre: wasmtime::component::InstancePre<T>, field 36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
|