Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/reader/src/
H A Drun_command.rs73 RunCommand::Print(invocation) => write!(f, "print: {invocation}"), in fmt()
74 RunCommand::Run(invocation, comparison, expected) => { in fmt()
H A Dparser.rs2437 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 Dfuzz.wit21 // 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 Dcontributing-building.md64 the `cargo build` invocation. For example, to build the `wasmtime-environ` crate,
H A Dcli-options.md126 invocation (as apposed to the function name just being referenced). Using WAVE
H A Dcontributing-coding-guidelines.md344 upheld by callers for the invocation to be safe. There is no way to verify
/wasmtime-44.0.1/crates/c-api/
H A DCMakeLists.txt85 # Note that this is used as the cwd for the cargo invocation itself, build
/wasmtime-44.0.1/cranelift/docs/
H A Dtesting.md294 invocation or comparison (see `%baz` below); a non zero value is
H A Disle-integration.md278 per invocation, for example allocating a fresh register, then this
/wasmtime-44.0.1/crates/debugger/wit/deps/
H A Dsockets.wit699 …/// 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 Dsockets.wit699 …/// 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 Dsockets.wit699 …/// the streams returned by a previous invocation haven't been dropped yet before calling `stream`…