Home
last modified time | relevance | path

Searched refs:component_model_async_stackful (Results 1 – 9 of 9) sorted by relevance

/wasmtime-44.0.1/crates/test-util/src/
H A Dwasmtime_wast.rs43 component_model_async_stackful, in apply_test_config()
75 let component_model_async_stackful = component_model_async_stackful.unwrap_or(false); in apply_test_config() localVariable
117 .wasm_component_model_async_stackful(component_model_async_stackful) in apply_test_config()
H A Dwast.rs194 ret.component_model_async_stackful = Some(true); in component_test_config()
269 component_model_async_stackful
/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dmodule.rs21 pub component_model_async_stackful: bool, field
80 component_model_async_stackful: false, in arbitrary()
H A Dconfig.rs140 component_model_async_stackful, in make_wast_test_compliant()
165 self.module_config.component_model_async_stackful = in make_wast_test_compliant()
166 component_model_async_stackful.unwrap_or(false); in make_wast_test_compliant()
293 cfg.wasm.component_model_async_stackful = in to_wasmtime()
294 Some(self.module_config.component_model_async_stackful); in to_wasmtime()
/wasmtime-44.0.1/tests/misc_testsuite/component-model/async/
H A Dlift.wast2 ;;! component_model_async_stackful = true
H A Dstackful.wast2 ;;! component_model_async_stackful = true
/wasmtime-44.0.1/crates/cli-flags/src/
H A Dlib.rs400 pub component_model_async_stackful: Option<bool>,
1154 … ("component-model-async", component_model_async_stackful, wasm_component_model_async_stackful) in enable_wasm_features()
/wasmtime-44.0.1/crates/fuzzing/src/oracles/
H A Dcomponent_api.rs149 config.module_config.component_model_async_stackful = true; in store()
/wasmtime-44.0.1/tests/misc_testsuite/component-model-threading/
H A Dstackful-cancellation.wast2 ;;! component_model_async_stackful = true