Home
last modified time | relevance | path

Searched refs:instance_pre (Results 1 – 25 of 157) sorted by relevance

1234567

/wasmtime-44.0.1/crates/component-macro/tests/expanded/
H A Dempty.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = EmptyIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dempty_concurrent.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = EmptyIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dempty_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = EmptyIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dempty_tracing_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = EmptyIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dsmoke-default.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = TheWorldIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dfunction-new.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = FooIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dwat_tracing_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = ExampleIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dwat_concurrent.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = ExampleIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dwat_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = ExampleIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dwat.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = ExampleIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dfunction-new_concurrent.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = FooIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dfunction-new_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = FooIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dpath1_concurrent.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = Path1Indices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dpath2.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = Path2Indices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dpath2_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = Path2Indices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dpath1_tracing_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = Path1Indices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dhost-world.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = Host_Indices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dsmoke-default_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = TheWorldIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dsmoke-default_tracing_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = TheWorldIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dfunction-new_tracing_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = FooIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dpath2_concurrent.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = Path2Indices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dpath2_tracing_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = Path2Indices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dsmoke-default_concurrent.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = TheWorldIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Ddirect-import.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = FooIndices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]
H A Dpath1_async.rs10 instance_pre: wasmtime::component::InstancePre<T>, field
16 instance_pre: self.instance_pre.clone(), in clone()
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
30 let indices = Path1Indices::new(&instance_pre)?; in new()
31 Ok(Self { instance_pre, indices }) in new()
34 self.instance_pre.engine() in engine()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre() method
37 &self.instance_pre in instance_pre()
51 let instance = self.instance_pre.instantiate(&mut store)?; in instantiate()
62 let instance = self.instance_pre.instantiate_async(&mut store).await?; in instantiate_async()
[all …]

1234567