Lines Matching refs:runtime
4 runtime configuration (e.g. `Config::*`) and compile-time configuration (Cargo
207 that Wasmtime's internal `runtime` module is [feature gated][file-gate] at
227 types (e.g. `enum Foo {}`) to ensure there is no runtime overhead. An
250 5. **Use `#[cfg]` for anything that requires a new runtime dependency** - one of
252 dependencies at runtime on pieces of functionality. For example if the
257 requires the standard library, but `runtime` does not.
261 integration with Cranelift. The runtime size or runtime features required to
265 `#[cfg]` is only use for WebAssembly runtime features, not compilation of
275 …iance/wasmtime/blob/24620d9ff4cfd3a2a5f681181119eb8b0edaeab5/crates/wasmtime/src/runtime.rs#L55-L56
276 [dummy-enabled]: https://github.com/bytecodealliance/wasmtime/blob/main/crates/wasmtime/src/runtime…
277 …smtime/blob/24620d9ff4cfd3a2a5f681181119eb8b0edaeab5/crates/wasmtime/src/runtime/vm/memory/shared_…