Home
last modified time | relevance | path

Searched refs:Example (Results 1 – 23 of 23) sorted by relevance

/wasmtime-44.0.1/crates/component-macro/tests/expanded/
H A Dwat_tracing_async.rs49 ) -> wasmtime::Result<Example> { in instantiate() argument
60 ) -> wasmtime::Result<Example> { in instantiate_async() argument
102 pub struct Example { struct
131 ) -> wasmtime::Result<Example> { in load() argument
135 Ok(Example { interface0 }) in load()
138 impl Example { impl
145 ) -> wasmtime::Result<Example> { in instantiate() argument
154 ) -> wasmtime::Result<Example> { in new() argument
164 ) -> wasmtime::Result<Example> in instantiate_async()
H A Dwat_concurrent.rs49 ) -> wasmtime::Result<Example> { in instantiate() argument
60 ) -> wasmtime::Result<Example> { in instantiate_async() argument
102 pub struct Example { struct
131 ) -> wasmtime::Result<Example> { in load() argument
135 Ok(Example { interface0 }) in load()
138 impl Example { impl
145 ) -> wasmtime::Result<Example> { in instantiate() argument
154 ) -> wasmtime::Result<Example> { in new() argument
164 ) -> wasmtime::Result<Example> in instantiate_async()
H A Dwat_async.rs49 ) -> wasmtime::Result<Example> { in instantiate() argument
60 ) -> wasmtime::Result<Example> { in instantiate_async() argument
102 pub struct Example { struct
131 ) -> wasmtime::Result<Example> { in load() argument
135 Ok(Example { interface0 }) in load()
138 impl Example { impl
145 ) -> wasmtime::Result<Example> { in instantiate() argument
154 ) -> wasmtime::Result<Example> { in new() argument
164 ) -> wasmtime::Result<Example> in instantiate_async()
H A Dwat.rs49 ) -> wasmtime::Result<Example> { in instantiate() argument
60 ) -> wasmtime::Result<Example> { in instantiate_async() argument
102 pub struct Example { struct
131 ) -> wasmtime::Result<Example> { in load() argument
135 Ok(Example { interface0 }) in load()
138 impl Example { impl
145 ) -> wasmtime::Result<Example> { in instantiate() argument
154 ) -> wasmtime::Result<Example> { in new() argument
164 ) -> wasmtime::Result<Example> in instantiate_async()
/wasmtime-44.0.1/examples/wasip2-plugins/
H A DCargo.toml6 Example Rust-based WebAssembly host that implements a calculator
/wasmtime-44.0.1/examples/component/
H A Dconvert.wit6 /// Example function that does a simple a × b operation
/wasmtime-44.0.1/docs/
H A Dexamples-profiling-vtune.md55 ### Example: Getting Started
73 ### Example: CLI Collection
126 ### Example: Importing Results into GUI
135 ### Example: GUI Collection
H A Dcli-cache.md18 Example config:
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-component-onnx/
H A DREADME.md1 # Onnx Backend Classification Component Example
22 ## Running the Example
/wasmtime-44.0.1/crates/wasi-nn/
H A DREADME.md34 ### Example subsection in wasmtime-wasi-nn
/wasmtime-44.0.1/cranelift/docs/
H A Dtesting.md12 [Rust By Example page on Testing] is a great illustration on how to write
15 [Rust By Example page on Testing]: https://doc.rust-lang.org/rust-by-example/testing.html
115 Example:
302 Example:
/wasmtime-44.0.1/.github/label-messager/
H A Dwasmtime-config.md22 # Example
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example-named/
H A DREADME.md1 # Named Model Example
/wasmtime-44.0.1/crates/wizer/
H A DREADME.md26 * [Example Usage](#example-usage)
66 ## Example Usage
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/
H A DREADME.md1 # Image Classification Example
/wasmtime-44.0.1/examples/min-platform/
H A DREADME.md1 # Example: Minimal Platform Build of Wasmtime
/wasmtime-44.0.1/crates/wasmtime/
H A DREADME.md61 ## Example section
/wasmtime-44.0.1/pulley/
H A DREADME.md45 ## Example section
/wasmtime-44.0.1/fuzz/
H A DREADME.md37 ## Example section in `cargo fuzz` Targets for Wasmtime
/wasmtime-44.0.1/
H A DREADME.md51 ## Example section
/wasmtime-44.0.1/cranelift/isle/
H A DREADME.md8 * [Example Usage](#example-usage)
38 ## Example Usage
/wasmtime-44.0.1/cranelift/filetests/filetests/egraph/
H A Darithmetic.clif371 ;; Example: or(x, 123) + -123 --> and(x, -124)
/wasmtime-44.0.1/cranelift/isle/veri/
H A DREADME.md190 ## Example section in Crocus: An SMT-based ISLE verification tool