Home
last modified time | relevance | path

Searched defs:instance_pre (Results 1 – 25 of 152) sorted by relevance

1234567

/wasmtime-44.0.1/crates/fuzzing/tests/oom/
H A Dinstance.rs32 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 Dfunc.rs56 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 Dinstance_pre.rs43 let instance_pre = linker.instantiate_pre(&module)?; in instance_pre_instantiate() localVariable
H A Dlinker.rs126 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 Dfast_instantiation.rs51 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 Dlib.rs18 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 Dempty.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dempty_concurrent.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dempty_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dempty_tracing_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dfunction-new_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dsmoke-default_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dsmoke-default_tracing_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dfunction-new_tracing_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dsmoke-default.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dfunction-new.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dfunction-new_concurrent.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dsmoke-default_concurrent.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dpath1_concurrent.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dpath2.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dpath2_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dpath1_tracing_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dhost-world.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Ddirect-import_concurrent.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
H A Dsmoke.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method

1234567