Home
last modified time | relevance | path

Searched refs:normal (Results 1 – 25 of 32) sorted by relevance

12

/wasmtime-44.0.1/ci/
H A Dmerge-artifacts.sh28 normal=${min/-min\//\/}
29 filename=$(basename $normal)
35 tar xf $normal -C tmp
37 rm $min $normal
41 normal=${min/-min\//\/}
42 filename=$(basename $normal)
48 (cd tmp && unzip -o ../$normal)
50 rm $min $normal
/wasmtime-44.0.1/cranelift/filetests/filetests/verifier/
H A Dexceptions.clif174 …exn0), [ default: block2() ] ; error: `exnN` block argument used outside normal-return target of `…
183 ;; `retN` only allowed in normal return
189 …), [ default: block2(ret0) ] ; error: `retN` block argument used outside normal-return target of `…
/wasmtime-44.0.1/tests/misc_testsuite/
H A Dtraps-skip-catch-all.wast4 ;; executed for normal traps. This test invokes some functions which trap and
/wasmtime-44.0.1/docs/
H A Dstability-release.md85 normal releases. Once a version of Wasmtime is release the project strives to
127 same process as normal backports except that they're coordinated in private
160 normal releases and security releases. GitHub Actions has become much less
H A Dcli-options.md50 they're intended to look like a normal OS executable with a `main` function and
/wasmtime-44.0.1/tests/all/
H A Dasync_functions.rs677 let normal = i.get_typed_func::<(), ()>(&mut store, "normal")?; in recursive_async() localVariable
679 let normal = normal.clone(); in recursive_async() localVariable
683 normal.call_async(&mut caller, ()).await?; in recursive_async()
/wasmtime-44.0.1/cranelift/filetests/filetests/inline/
H A Dtry-call.clif173 ;; Inlining `try_call` sites whose normal-return edge does not simply pass along
191 ;; Note: we do not just forward the return values in the normal-return
/wasmtime-44.0.1/crates/misc/component-async-tests/wit/
H A Dtest.wit154 normal,
/wasmtime-44.0.1/cranelift/docs/
H A Dir.md254 These types are not part of the normal SSA type system. They are used to
604 In addition to the normal `load` and `store` instructions, Cranelift
609 conditions as [normal loads and stores](#memory).
/wasmtime-44.0.1/crates/debugger/wit/
H A Dworld.wit127 normal,
/wasmtime-44.0.1/crates/wiggle/tests/
H A Dtypenames.witx368 $normal
/wasmtime-44.0.1/crates/wasi/witx/p0/
H A Dtypenames.witx366 $normal
/wasmtime-44.0.1/crates/wasi/witx/p1/
H A Dtypenames.witx370 $normal
/wasmtime-44.0.1/crates/wasi-common/witx/preview1/
H A Dtypenames.witx370 $normal
/wasmtime-44.0.1/crates/wasi-common/witx/preview0/
H A Dtypenames.witx366 $normal
/wasmtime-44.0.1/crates/debugger/wit/deps/
H A Dfilesystem.wit266 normal,
/wasmtime-44.0.1/crates/wasi/src/p2/wit/deps/
H A Dfilesystem.wit266 normal,
/wasmtime-44.0.1/crates/wasi-http/wit/deps/
H A Dfilesystem.wit266 normal,
/wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/
H A Dfilesystem.wit279 normal,
H A Dsockets.wit329 /// to the peer. Under normal circumstances this will cause a FIN packet
/wasmtime-44.0.1/crates/wasi/src/p3/wit/deps/
H A Dfilesystem.wit279 normal,
H A Dsockets.wit329 /// to the peer. Under normal circumstances this will cause a FIN packet
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dinst.isle404 ;; 1 rs1 is a negative normal number.
414 ;; 6 rs1 is a positive normal number.
2429 ;; These are the normal rules for generating an AMode.
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dlower.isle2232 ;; 8-byte little-endian loads can be performed via a normal load.
2261 ;; 8-byte little-endian loads can be performed via a normal load.
2319 ;; 8-byte little-endian stores can be performed via a normal store.
2378 ;; 8-byte little-endian loads can be performed via a normal load.
4254 ;; As this does not match any of the encodings used with a normal integer
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dlower.isle2067 ;; result back into a normal register.
2959 ;; For narrow values emit a normal op with both arguments zero/sign extended.
3025 ;; For values smaller than a register, we do a normal `add` with both arguments

12