Home
last modified time | relevance | path

Searched refs:Core (Results 1 – 22 of 22) sorted by relevance

/wasmtime-44.0.1/src/commands/
H A Dwizer.rs32 Core(wasmtime_wizer::ModuleContext<'a>), enumerator
106 WizerInfo::Core(cx), in execute_async()
107 RunTarget::Core(Module::new(&engine, &wasm)?), in execute_async()
121 (WizerInfo::Core(cx), CliInstance::Core(instance)) => { in execute_async()
147 (WizerInfo::Core(_) | WizerInfo::Component(_), _) => unreachable!(), in execute_async()
H A Drun.rs214 Core(wasmtime::Linker<Host>), enumerator
222 Core(wasmtime::Instance), enumerator
278 RunTarget::Core(m) => { in execute()
363 RunTarget::Core(_) => CliLinker::Core(wasmtime::Linker::new(&engine)), in new_store_and_linker()
371 CliLinker::Core(l) => { in new_store_and_linker()
436 RunTarget::Core(m) => m, in instantiate_and_run()
460 CliLinker::Core(_) => { in instantiate_and_run()
720 CliLinker::Core(linker) => { in load_main_module()
1200 CliLinker::Core(_) => { in populate_with_wasi()
1232 CliLinker::Core(_) => { in populate_with_wasi()
[all …]
H A Dserve.rs327 RunTarget::Core(_) => { in serve_under_debugger()
333 crate::commands::run::CliLinker::Core(_) => unreachable!(), in serve_under_debugger()
574 RunTarget::Core(_) => bail!("The serve command currently requires a component"), in serve()
/wasmtime-44.0.1/crates/wast/src/
H A Dwast.rs63 Core(Vec<Val>), enumerator
70 Core(Module), enumerator
76 Core(Instance), enumerator
82 Core(Extern), enumerator
171 return Ok(Export::Core( in get_export()
183 InstanceKind::Core(i) => Export::Core( in get_export()
276 Export::Core(export) => { in perform_action()
337 ModuleKind::Core(module) => { in module()
467 Export::Core(e) => e in get()
473 Ok(Outcome::Ok(Results::Core(vec![ in get()
[all …]
/wasmtime-44.0.1/docs/
H A Dcontributing-maintainer-guidelines.md3 This section describes procedures and expectations for Core Team members. It may
5 the Core Team yourself.
H A DSUMMARY.md23 - [Core Dumps](./examples-core-dumps.md)
28 - [Debugging with Core Dumps](./examples-debugging-core-dumps.md)
H A Dexamples-debugging-core-dumps.md1 # Debugging WebAssembly with Core Dumps
9 `wasmtime` embedding API, see [Core Dumps in a Rust
H A Dexamples-core-dumps.md1 # Core Dumps
H A Dexamples-coredump.md41 0: Core dumped at /tmp/coredump
H A Dcontributing-code-review.md4 been approved by at least one Core Team reviewer who did not author the PR. This
50 To be in the pool of auto-assigned reviewers, a Core Team member must commit to
90 affects. You can also just ask other Core Team members for advice.
H A Dlang.md94 [.NET Core SDK 3.0 SDK or later](https://dotnet.microsoft.com/download)
H A Dsecurity.md19 ## WebAssembly Core
H A Dcli-options.md58 For both core modules and components, CLI arguments are passed via WASI. Core
H A Dstability-tiers.md349 [^c]: Winch's support for aarch64 is complete for Core Wasm.
/wasmtime-44.0.1/src/
H A Dcommon.rs24 Core(Module), enumerator
33 RunTarget::Core(module) => module, in unwrap_core()
43 RunTarget::Core(_) => panic!("expected a component, not a core wasm module"), in unwrap_component()
253 RunTarget::Core(deserialize_module()?) in load_module_contents()
282 RunTarget::Core(code.compile_module()?) in load_module_contents()
/wasmtime-44.0.1/tests/misc_testsuite/component-model/async/
H A Derror-context.wast55 (core module $Core
74 (core instance $core (instantiate $Core (with "" (instance
H A Dfutures-must-write.wast70 (core module $Core
109 (core instance $core (instantiate $Core (with "" (instance
H A Dtrap-if-done.wast146 (core module $Core
405 (core instance $core (instantiate $Core (with "" (instance
/wasmtime-44.0.1/crates/wasi-nn/src/backend/
H A Dopenvino.rs14 pub struct OpenvinoBackend(Option<openvino::Core>);
32 self.0.replace(openvino::Core::new()?); in load()
/wasmtime-44.0.1/crates/wiggle/generate/src/
H A Dconfig.rs544 Core(ConfigField), enumerator
559 WasmtimeConfigField::Core(c) => cs.push(c), in build()
589 Ok(WasmtimeConfigField::Core(input.parse()?)) in parse()
/wasmtime-44.0.1/crates/core/src/error/
H A Derror.rs1930 Core(Option<&'a (dyn core::error::Error + 'static)>), enumerator
1952 ChainState::Core(core.source()) in next()
1956 ChainState::Core(error) => { in next()
1958 self.state = ChainState::Core(e.source()); in next()
/wasmtime-44.0.1/cranelift/isle/docs/
H A Dlanguage-reference.md72 * Core ISLE: the foundational concepts of the ISLE DSL, building upon
454 ## Core ISLE: a Term-Rewriting System