| /wasmtime-44.0.1/ci/ |
| H A D | merge-artifacts.sh | 28 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 D | exceptions.clif | 174 …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 D | traps-skip-catch-all.wast | 4 ;; executed for normal traps. This test invokes some functions which trap and
|
| /wasmtime-44.0.1/docs/ |
| H A D | stability-release.md | 85 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 D | cli-options.md | 50 they're intended to look like a normal OS executable with a `main` function and
|
| /wasmtime-44.0.1/tests/all/ |
| H A D | async_functions.rs | 677 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 D | try-call.clif | 173 ;; 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 D | test.wit | 154 normal,
|
| /wasmtime-44.0.1/cranelift/docs/ |
| H A D | ir.md | 254 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 D | world.wit | 127 normal,
|
| /wasmtime-44.0.1/crates/wiggle/tests/ |
| H A D | typenames.witx | 368 $normal
|
| /wasmtime-44.0.1/crates/wasi/witx/p0/ |
| H A D | typenames.witx | 366 $normal
|
| /wasmtime-44.0.1/crates/wasi/witx/p1/ |
| H A D | typenames.witx | 370 $normal
|
| /wasmtime-44.0.1/crates/wasi-common/witx/preview1/ |
| H A D | typenames.witx | 370 $normal
|
| /wasmtime-44.0.1/crates/wasi-common/witx/preview0/ |
| H A D | typenames.witx | 366 $normal
|
| /wasmtime-44.0.1/crates/debugger/wit/deps/ |
| H A D | filesystem.wit | 266 normal,
|
| /wasmtime-44.0.1/crates/wasi/src/p2/wit/deps/ |
| H A D | filesystem.wit | 266 normal,
|
| /wasmtime-44.0.1/crates/wasi-http/wit/deps/ |
| H A D | filesystem.wit | 266 normal,
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/ |
| H A D | filesystem.wit | 279 normal,
|
| H A D | sockets.wit | 329 /// to the peer. Under normal circumstances this will cause a FIN packet
|
| /wasmtime-44.0.1/crates/wasi/src/p3/wit/deps/ |
| H A D | filesystem.wit | 279 normal,
|
| H A D | sockets.wit | 329 /// to the peer. Under normal circumstances this will cause a FIN packet
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/ |
| H A D | inst.isle | 404 ;; 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 D | lower.isle | 2232 ;; 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 D | lower.isle | 2067 ;; 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
|