Home
last modified time | relevance | path

Searched refs:generated (Results 1 – 25 of 111) sorted by relevance

12345

/wasmtime-44.0.1/crates/wasi-nn/src/
H A Dwitx.rs25 pub use generated::wasi_ephemeral_nn::add_to_linker;
94 mod generated { module
131 builders: generated::types::GraphBuilderArray, in load()
132 encoding: generated::types::GraphEncoding, in load()
133 target: generated::types::ExecutionTarget, in load()
134 ) -> Result<generated::types::Graph> { in load()
160 ) -> Result<generated::types::Graph> { in load_by_name()
173 graph_id: generated::types::Graph, in init_execution_context()
174 ) -> Result<generated::types::GraphExecutionContext> { in init_execution_context()
190 tensor: &generated::types::Tensor, in set_input()
[all …]
H A Dwit.rs139 use super::generated;
140 pub use generated::errors::Error;
143 pub use generated::tensor::{Tensor, TensorType};
169 impl generated::graph::Host for WasiNnView<'_> {
218 impl generated::graph::HostGraph for WasiNnView<'_> {
352 impl generated::errors::Host for WasiNnView<'_> {
362 impl generated::tensor::Host for WasiNnView<'_> {}
363 impl generated::inference::Host for WasiNnView<'_> {}
365 impl Hash for generated::graph::GraphEncoding {
373 use generated::graph::GraphEncoding::*; in fmt()
[all …]
/wasmtime-44.0.1/crates/wasi-http/src/p2/
H A Dbindings.rs4 mod generated { module
39 pub use self::generated::wasi::*;
42 pub use self::generated::exports;
45 pub use self::generated::{LinkOptions, Proxy, ProxyIndices, ProxyPre};
50 mod generated { module
65 pub use self::generated::wasi::*;
68 pub use self::generated::exports;
71 pub use self::generated::{Proxy, ProxyIndices, ProxyPre};
/wasmtime-44.0.1/crates/wasi/src/p3/
H A Dbindings.rs76 mod generated { module
110 pub use self::generated::LinkOptions;
111 pub use self::generated::exports;
112 pub use self::generated::wasi::*;
187 pub use self::generated::Command;
265 pub use self::generated::CommandPre;
267 pub use self::generated::CommandIndices;
/wasmtime-44.0.1/crates/wasi/src/p2/
H A Dbindings.rs144 mod generated { module
188 pub use self::generated::exports;
189 pub use self::generated::wasi::*;
259 pub use self::generated::Command;
324 pub use self::generated::CommandPre;
326 pub use self::generated::CommandIndices;
328 pub use self::generated::LinkOptions;
/wasmtime-44.0.1/crates/wasi-http/src/p3/
H A Dbindings.rs4 mod generated { module
38 pub use self::generated::wasi::*;
41 pub use self::generated::exports;
44 pub use self::generated::{Service, ServiceIndices, ServicePre};
/wasmtime-44.0.1/crates/wasi-config/src/
H A Dlib.rs78 use self::gen_::wasi::config::store as generated;
125 impl generated::Host for WasiConfig<'_> {
126 fn get(&mut self, key: String) -> Result<Result<Option<String>, generated::Error>> { in get()
130 fn get_all(&mut self) -> Result<Result<Vec<(String, String)>, generated::Error>> { in get_all()
145 generated::add_to_linker::<T, HasWasiConfig>(l, f)?; in add_to_linker()
/wasmtime-44.0.1/crates/wasi-tls/src/p2/
H A Dbindings.rs4 mod generated { module
19 pub use generated::wasi::tls::*;
/wasmtime-44.0.1/crates/wasi-tls/src/p3/
H A Dbindings.rs4 mod generated { module
21 pub use self::generated::wasi::*;
/wasmtime-44.0.1/crates/wasmtime/proptest-regressions/runtime/vm/instance/allocator/pooling/
H A Dmemory_pool.txt1 # Seeds for failure cases proptest has generated in the past. It is
3 # novel cases are generated.
/wasmtime-44.0.1/crates/gdbstub-component/artifact/
H A Dbuild.rs60 let generated = format!("pub const GDBSTUB_COMPONENT: &[u8] = include_bytes!({wasm:?});\n"); in main() localVariable
61 std::fs::write(out_dir.join("gen.rs"), generated).unwrap(); in main()
/wasmtime-44.0.1/cranelift/docs/
H A Disle-integration.md20 uses it to compile ISLE source to generated Rust code. In other words, the ISLE
25 Sometimes, it's desirable to see what code is actually generated. By default,
26 the generated code is placed in a Cargo-managed path in `target/`. If you want
55 * `target/.../out/clif_lower.isle`: Auto-generated declarations and helpers
59 * `target/.../out/clif_opt.isle`: Auto-generated declarations and helpers for
64 ISLE-generated code into a target architecture's backend. Contains
81 ## Gluing ISLE's generated code into Cranelift
83 Each ISA-specific, ISLE-generated file is generic over a `Context` trait that
87 ISLE-generated code is glued into the rest of the system is with these trait
91 creating the ISLE `Context` and calling into the generated code.
/wasmtime-44.0.1/cranelift/isle/
H A DREADME.md20 down to an instruction selector implementation in generated Rust code. The
21 generated code operates efficiently in a single pass over the input, and merges
164 There are a few things to notice about this generated Rust code:
167 generated code.
177 trait. Implementing this trait is how you glue the generated code into your
180 * Lastly, and most importantly, this generated Rust code is basically what we
191 trait in the generated Rust code, and you can implement them however you want
226 If we compile our ISLE source into Rust code once again, the generated code for
343 And if we look at the generated code for our `lower` function, there is a new,
427 I'm not going to show the generated Rust code for these new rules here because
[all …]
H A DTODO12 - Slightly nicer human-readable generated code
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/
H A DCargo.lock1 # This file is automatically @generated by Cargo.
/wasmtime-44.0.1/cranelift/isle/fuzz/
H A DCargo.toml4 authors = ["Automatically generated"]
/wasmtime-44.0.1/crates/c-api/
H A Ddoxygen.conf.in32 # title of most generated pages and in a few other places.
82 # documentation generated by doxygen is written. Doxygen will use this
97 # documentation generated by doxygen is written. Doxygen will use this
98 # information to generate all generated output in the proper direction.
1160 # generated HTML page (for example: .htm, .php, .asp).
1320 # The default value is: Doxygen generated docs.
1323 DOCSET_FEEDNAME = "Doxygen generated docs"
1411 # (.qch) of the generated HTML documentation.
1467 # run qhelpgenerator on the generated .qhp file.
1761 # Note: This tag is used in the generated output file (.tex).
[all …]
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/
H A DREADME.md56 # Inspect the generated `component.wasm`
61 Here the `component.wasm` that's generated is a ready-to-run component which
/wasmtime-44.0.1/crates/wiggle/generate/
H A DREADME.md9 Code generated by this crate should not have any references to a particular
/wasmtime-44.0.1/crates/environ/fuzz/
H A DCargo.toml4 authors = ["Automatically generated"]
/wasmtime-44.0.1/crates/fuzzing/src/
H A Dsingle_module_fuzzer.rs116 let (generated, known_valid) = gen_module(&mut config, &mut u)?; in execute()
117 let module = module_in_input.unwrap_or(&generated); in execute()
/wasmtime-44.0.1/crates/fuzzing/
H A DREADME.md10 oracles on the generated test case.
/wasmtime-44.0.1/cranelift/assembler-x64/
H A DREADME.md10 convenience, a `main.rs` script prints the path to this generated code:
/wasmtime-44.0.1/crates/cranelift/src/debug/transform/
H A Dline_program.rs56 (addr_map.generated - base_addr) as u64 in clone_line_program()
/wasmtime-44.0.1/crates/wasi-keyvalue/src/
H A Dlib.rs67 mod generated { module
81 use self::generated::wasi::keyvalue;

12345