Searched refs:Native (Results 1 – 8 of 8) sorted by relevance
| /wasmtime-44.0.1/crates/fuzzing/src/generators/ |
| H A D | codegen_settings.rs | 9 Native, enumerator 23 CodegenSettings::Native => {} in configure() 154 Ok(CodegenSettings::Native) in arbitrary()
|
| /wasmtime-44.0.1/src/ |
| H A D | common.rs | 460 Native(wasmtime::ProfilingStrategy), enumerator 469 ["perfmap"] => Ok(Profile::Native(wasmtime::ProfilingStrategy::PerfMap)), in parse() 470 ["jitdump"] => Ok(Profile::Native(wasmtime::ProfilingStrategy::JitDump)), in parse() 471 ["vtune"] => Ok(Profile::Native(wasmtime::ProfilingStrategy::VTune)), in parse() 472 ["pulley"] => Ok(Profile::Native(wasmtime::ProfilingStrategy::Pulley)), in parse()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | store.rs | 595 Native, enumerator 604 Ok(Executor::Native) in new() 618 Native, enumerator 2552 Executor::Native => ExecutorRef::Native, in executor() 2565 Executor::Native => &vm::UnwindHost, in unwinder()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | traphandlers.rs | 433 ExecutorRef::Native => closure(caller, None), in catch_traps() 976 ExecutorRef::Native => handler.resume_tailcc(payload1, payload2), in resume_to_exception_handler()
|
| /wasmtime-44.0.1/docs/ |
| H A D | wasip2-plugins.md | 12 ["Building Native Plugin Systems with WebAssembly Components "](https://tartanllama.xyz/posts/wasm-…
|
| /wasmtime-44.0.1/cranelift/isle/veri/ |
| H A D | README.md | 3 …ASPLOS 2024 paper: [Lightweight, Modular Verification for WebAssembly-to-Native Instruction Select…
|
| /wasmtime-44.0.1/src/commands/ |
| H A D | serve.rs | 559 Some(Profile::Native(s)) => { in serve()
|
| H A D | run.rs | 332 Some(Profile::Native(s)) => { in new_engine()
|