Home
last modified time | relevance | path

Searched refs:layer (Results 1 – 12 of 12) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/compile/
H A Dstratify.rs76 for layer in self.0.layers() { in fmt()
77 f.entry(&layer); in fmt()
265 for layer in &mut expected { in assert_stratification()
266 layer.sort(); in assert_stratification()
273 .map(|layer| { in assert_stratification()
274 let mut layer = layer.iter().map(|f| f.as_u32()).collect::<Vec<_>>(); in assert_stratification() localVariable
275 layer.sort(); in assert_stratification()
276 layer in assert_stratification()
/wasmtime-44.0.1/tests/misc_testsuite/component-model/async/
H A Dstreams-massive-send.wast71 ;; memory and each layer otherwise is a list of the previous layer.
73 ;; Each layer-of-lists is `$pages` large.
84 ;; Case of $depth>0 meaning that this is a list-of-lists layer.
86 ;; layer down by recursing.
102 ;; layer's list.
/wasmtime-44.0.1/crates/fuzzing/wasm-spec-interpreter/ocaml/
H A DREADME.md5 - `interpret.ml`: a shim layer for calling the Wasm spec code and exposing it
/wasmtime-44.0.1/cranelift/module/
H A DREADME.md5 This crate is structured as an optional layer on top of cranelift-codegen.
/wasmtime-44.0.1/cranelift/docs/
H A Dcompare-llvm.md64 [MC](https://llvm.org/docs/CodeGenerator.html#the-mc-layer)
65 MC serves as the output abstraction layer and is the basis for LLVM's
99 Cranelift would add a separate IR layer, or possibly an separate IR, to support
123 Module functionality in Cranelift is provided as an optional library layer, in
H A Disle-integration.md133 `inst.isle` layer. Either way, the important thing is that the lowering rules
145 constraints are fulfilled a layer below the lowering rules (in `inst.isle` or in
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dcompile.rs682 for layer in strata.layers() { in compile_with_inlining()
689 layer_outputs.extend(layer.iter().map(|f| outputs[*f].take().unwrap())); in compile_with_inlining()
744 for (f, func) in layer.iter().zip(layer_outputs.drain(..)) { in compile_with_inlining()
/wasmtime-44.0.1/cranelift/
H A Drustc.md53 full-strength optimizer would either use an IR layer on top of it
/wasmtime-44.0.1/crates/wasi-http/wit/deps/
H A Dhttp.wit350 /// currently an optional timeout applicable to the transport layer of the
666 /// protocol's transport layer.
/wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/
H A Dhttp.wit347 /// currently an optional timeout applicable to the transport layer of the
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/
H A Dinst.isle344 ;; Here the top-layer of this rule matches the `(select ...)` node where 0 is
/wasmtime-44.0.1/supply-chain/
H A Dimports.lock2489 notes = "Tiny layer on top of the proc macro crate, found no unsafe or system usage"