| /wasmtime-44.0.1/crates/component-macro/tests/expanded/ |
| H A D | unstable-features.rs | 17 self.experimental_interface = enabled; in experimental_interface() 22 self.experimental_interface_function = enabled; in experimental_interface_function() 27 self.experimental_interface_resource = enabled; in experimental_interface_resource() 33 enabled: bool, in experimental_interface_resource_method() 40 self.experimental_world = enabled; in experimental_world() 45 self.experimental_world_function_import = enabled; in experimental_world_function_import() 55 self.experimental_world_resource = enabled; in experimental_world_resource() 60 self.experimental_world_resource_method = enabled; in experimental_world_resource_method() 373 enabled: bool, in experimental_interface_function() 381 enabled: bool, in experimental_interface_resource() [all …]
|
| H A D | unstable-features_concurrent.rs | 17 self.experimental_interface = enabled; in experimental_interface() 22 self.experimental_interface_function = enabled; in experimental_interface_function() 27 self.experimental_interface_resource = enabled; in experimental_interface_resource() 33 enabled: bool, in experimental_interface_resource_method() 40 self.experimental_world = enabled; in experimental_world() 45 self.experimental_world_function_import = enabled; in experimental_world_function_import() 55 self.experimental_world_resource = enabled; in experimental_world_resource() 60 self.experimental_world_resource_method = enabled; in experimental_world_resource_method() 374 enabled: bool, in experimental_interface_function() 382 enabled: bool, in experimental_interface_resource() [all …]
|
| H A D | unstable-features_async.rs | 17 self.experimental_interface = enabled; in experimental_interface() 22 self.experimental_interface_function = enabled; in experimental_interface_function() 27 self.experimental_interface_resource = enabled; in experimental_interface_resource() 33 enabled: bool, in experimental_interface_resource_method() 40 self.experimental_world = enabled; in experimental_world() 45 self.experimental_world_function_import = enabled; in experimental_world_function_import() 55 self.experimental_world_resource = enabled; in experimental_world_resource() 60 self.experimental_world_resource_method = enabled; in experimental_world_resource_method() 394 enabled: bool, in experimental_interface_function() 402 enabled: bool, in experimental_interface_resource() [all …]
|
| H A D | unstable-features_tracing_async.rs | 17 self.experimental_interface = enabled; in experimental_interface() 22 self.experimental_interface_function = enabled; in experimental_interface_function() 27 self.experimental_interface_resource = enabled; in experimental_interface_resource() 33 enabled: bool, in experimental_interface_resource_method() 40 self.experimental_world = enabled; in experimental_world() 45 self.experimental_world_function_import = enabled; in experimental_world_function_import() 55 self.experimental_world_resource = enabled; in experimental_world_resource() 60 self.experimental_world_resource_method = enabled; in experimental_world_resource_method() 423 enabled: bool, in experimental_interface_function() 431 enabled: bool, in experimental_interface_resource() [all …]
|
| /wasmtime-44.0.1/fuzz/fuzz_targets/ |
| H A D | misc.rs | 30 let enabled = *ENABLED.get_or_init(|| { localVariable 33 let mut enabled = 0; localVariable 38 enabled |= 1 << index; 44 enabled 54 if enabled & (1 << index) != 0 && *which_fuzzer == index {
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/mpk/ |
| H A D | mod.rs | 39 mod enabled; 42 pub use enabled::*;
|
| /wasmtime-44.0.1/crates/unwinder/ |
| H A D | build.rs | 13 fn custom_cfg(key: &str, enabled: bool) { in custom_cfg() 15 if enabled { in custom_cfg()
|
| /wasmtime-44.0.1/crates/core/src/error/ |
| H A D | backtrace.rs | 6 fn enabled() -> bool { in enabled() function 23 if enabled() { in capture()
|
| /wasmtime-44.0.1/crates/test-programs/src/bin/ |
| H A D | async_backpressure_callee.rs | 22 fn set_backpressure(enabled: bool) { in set_backpressure() 23 if enabled { in set_backpressure()
|
| H A D | async_cancel_callee.rs | 82 unsafe extern "C" fn export_set_backpressure(enabled: bool) { in export_set_backpressure() 83 if enabled { in export_set_backpressure()
|
| /wasmtime-44.0.1/crates/wasi-common/ |
| H A D | Cargo.toml | 29 # Optional, enabled by wasmtime feature: 31 # Optional, enabled by sync feature: 37 # Optional, enabled by tokio feature: 40 # Optional, enabled by exit feature:
|
| H A D | README.md | 7 …roviding a common implementation of WASI hostcalls for re-use in any WASI-enabled runtime.</strong> 56 `test-programs` package with `test-programs/test_programs` feature enabled:
|
| /wasmtime-44.0.1/examples/min-platform/embedding/ |
| H A D | Cargo.toml | 13 # are enabled, in this case compilation is done in the guest from the wasm text 14 # format so `cranelift` and `wat` are enabled.
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | gc.rs | 2 mod enabled; module 4 pub use enabled::*;
|
| /wasmtime-44.0.1/crates/wasmtime/ |
| H A D | build.rs | 72 fn custom_cfg(key: &str, enabled: bool) { in custom_cfg() 74 if enabled { in custom_cfg()
|
| H A D | Cargo.toml | 78 # only enabled for `x86_64` targets as well. 127 # crate's API. Most of them are enabled by default. Disabling features can be 187 # Enables support for incremental compilation cache to be enabled in `Config`. 204 # Enables support for automatic cache configuration to be enabled in `Config`. 285 # When a compiler Cargo feature (`cranelift` or `winch`) is enabled, this 288 # When the `runtime` Cargo feature is enabled, this feature gates the ability to 291 # You can additionally configure which GC implementations are enabled via the 339 # This will be automatically enabled if necessary. 370 # Note that when this feature is enabled, the version of wasmparser that is 393 # virtual memory is always enabled there.
|
| /wasmtime-44.0.1/docs/ |
| H A D | examples-coredump.md | 5 1. Compile your WebAssembly with debug info enabled; for example: 31 2. Run with Wasmtime and Wasm coredump enabled:
|
| H A D | examples-debugging-native-debugger.md | 7 1. Compile your WebAssembly with debug info enabled, usually `-g`; for 14 2. Run Wasmtime with the debug info enabled; this is `-D debug-info` from the
|
| H A D | examples-pulley.md | 18 The Pulley interpreter is enabled via one of two means: 20 1. On architectures which have Cranelift support, Pulley must be enabled via the 25 enabled by default. This means that Wasmtime can execute WebAssembly by 35 the `wasmtime` crate must be enabled in addition to configuring a target. 99 By default all Pulley opcodes are enabled in the interpreter meaning it's 165 so this interpreter loop is not used by default. It can be enabled, though, 221 Cargo feature enabled. The `--profile pulley` flag can then be passed to the
|
| H A D | examples-fast-compilation.md | 40 by default, but it does depend on the host platform and cargo features enabled 42 enabled via the setting the
|
| /wasmtime-44.0.1/crates/cranelift/src/func_environ/ |
| H A D | gc.rs | 14 mod enabled; module 16 use enabled as imp;
|
| /wasmtime-44.0.1/crates/wiggle/generate/src/ |
| H A D | config.rs | 596 enabled: bool, field 602 if !self.enabled { in enabled_for() 615 enabled: true, in default() 623 let enabled = input.parse::<syn::LitBool>()?.value; in parse() localVariable 649 enabled, in parse() 654 enabled, in parse()
|
| /wasmtime-44.0.1/docs/assemblyscript_demo/ |
| H A D | README.md | 4 The module `@assemblyscript/wasi-shim` as well as a wasi-enabled runtime are required.
|
| /wasmtime-44.0.1/cranelift/codegen/shared/ |
| H A D | Cargo.toml | 14 # when no features are enabled.
|
| /wasmtime-44.0.1/cranelift/codegen/ |
| H A D | Cargo.toml | 68 # features need to be enabled. 96 # If no ISA targets are explicitly enabled, the ISA target for the host machine is enabled.
|