Searched refs:component_model_async_stackful (Results 1 – 9 of 9) sorted by relevance
43 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() localVariable117 .wasm_component_model_async_stackful(component_model_async_stackful) in apply_test_config()
194 ret.component_model_async_stackful = Some(true); in component_test_config()269 component_model_async_stackful
21 pub component_model_async_stackful: bool, field80 component_model_async_stackful: false, in arbitrary()
140 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()
2 ;;! component_model_async_stackful = true
400 pub component_model_async_stackful: Option<bool>,1154 … ("component-model-async", component_model_async_stackful, wasm_component_model_async_stackful) in enable_wasm_features()
149 config.module_config.component_model_async_stackful = true; in store()