Searched refs:invocation (Results 1 – 12 of 12) sorted by relevance
| /wasmtime-44.0.1/cranelift/reader/src/ |
| H A D | run_command.rs | 73 RunCommand::Print(invocation) => write!(f, "print: {invocation}"), in fmt() 74 RunCommand::Run(invocation, comparison, expected) => { in fmt()
|
| H A D | parser.rs | 2437 let invocation = self.parse_run_invocation(sig)?; in parse_run_command() localVariable 2440 Ok(RunCommand::Run(invocation, comparison, expected)) in parse_run_command() 2448 let invocation = Invocation::new("default", vec![]); in parse_run_command() localVariable 2451 Ok(RunCommand::Run(invocation, comparison, expected)) in parse_run_command() 2462 let invocation = Invocation::new("default", vec![]); in parse_run_command() localVariable 2463 Ok(RunCommand::Print(invocation)) in parse_run_command()
|
| /wasmtime-44.0.1/crates/fuzzing/wit/ |
| H A D | fuzz.wit | 21 // complete a previous invocation of this component's `async-pending` 24 // assert a previous invocation of this component's `async-pending` export
|
| /wasmtime-44.0.1/docs/ |
| H A D | contributing-building.md | 64 the `cargo build` invocation. For example, to build the `wasmtime-environ` crate,
|
| H A D | cli-options.md | 126 invocation (as apposed to the function name just being referenced). Using WAVE
|
| H A D | contributing-coding-guidelines.md | 344 upheld by callers for the invocation to be safe. There is no way to verify
|
| /wasmtime-44.0.1/crates/c-api/ |
| H A D | CMakeLists.txt | 85 # Note that this is used as the cwd for the cargo invocation itself, build
|
| /wasmtime-44.0.1/cranelift/docs/ |
| H A D | testing.md | 294 invocation or comparison (see `%baz` below); a non zero value is
|
| H A D | isle-integration.md | 278 per invocation, for example allocating a fresh register, then this
|
| /wasmtime-44.0.1/crates/debugger/wit/deps/ |
| H A D | sockets.wit | 699 …/// the streams returned by a previous invocation haven't been dropped yet before calling `stream`…
|
| /wasmtime-44.0.1/crates/wasi/src/p2/wit/deps/ |
| H A D | sockets.wit | 699 …/// the streams returned by a previous invocation haven't been dropped yet before calling `stream`…
|
| /wasmtime-44.0.1/crates/wasi-http/wit/deps/ |
| H A D | sockets.wit | 699 …/// the streams returned by a previous invocation haven't been dropped yet before calling `stream`…
|