| /wasmtime-44.0.1/src/commands/ |
| H A D | wizer.rs | 32 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 D | run.rs | 214 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 D | serve.rs | 327 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 D | wast.rs | 63 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 D | contributing-maintainer-guidelines.md | 3 This section describes procedures and expectations for Core Team members. It may 5 the Core Team yourself.
|
| H A D | SUMMARY.md | 23 - [Core Dumps](./examples-core-dumps.md) 28 - [Debugging with Core Dumps](./examples-debugging-core-dumps.md)
|
| H A D | examples-debugging-core-dumps.md | 1 # Debugging WebAssembly with Core Dumps 9 `wasmtime` embedding API, see [Core Dumps in a Rust
|
| H A D | examples-core-dumps.md | 1 # Core Dumps
|
| H A D | examples-coredump.md | 41 0: Core dumped at /tmp/coredump
|
| H A D | contributing-code-review.md | 4 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 D | lang.md | 94 [.NET Core SDK 3.0 SDK or later](https://dotnet.microsoft.com/download)
|
| H A D | security.md | 19 ## WebAssembly Core
|
| H A D | cli-options.md | 58 For both core modules and components, CLI arguments are passed via WASI. Core
|
| H A D | stability-tiers.md | 349 [^c]: Winch's support for aarch64 is complete for Core Wasm.
|
| /wasmtime-44.0.1/src/ |
| H A D | common.rs | 24 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 D | error-context.wast | 55 (core module $Core 74 (core instance $core (instantiate $Core (with "" (instance
|
| H A D | futures-must-write.wast | 70 (core module $Core 109 (core instance $core (instantiate $Core (with "" (instance
|
| H A D | trap-if-done.wast | 146 (core module $Core 405 (core instance $core (instantiate $Core (with "" (instance
|
| /wasmtime-44.0.1/crates/wasi-nn/src/backend/ |
| H A D | openvino.rs | 14 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 D | config.rs | 544 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 D | error.rs | 1930 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 D | language-reference.md | 72 * Core ISLE: the foundational concepts of the ISLE DSL, building upon 454 ## Core ISLE: a Term-Rewriting System
|