Home
last modified time | relevance | path

Searched refs:component_model_threading (Results 1 – 10 of 10) sorted by relevance

/wasmtime-44.0.1/crates/test-util/src/
H A Dwasmtime_wast.rs44 component_model_threading, in apply_test_config()
76 let component_model_threading = component_model_threading.unwrap_or(false); in apply_test_config() localVariable
118 .wasm_component_model_threading(component_model_threading) in apply_test_config()
H A Dwast.rs196 ret.component_model_threading = Some(true); in component_test_config()
270 component_model_threading
/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dmodule.rs22 pub component_model_threading: bool, field
81 component_model_threading: false, in arbitrary()
H A Dconfig.rs141 component_model_threading, in make_wast_test_compliant()
167 self.module_config.component_model_threading = component_model_threading.unwrap_or(false); in make_wast_test_compliant()
295 cfg.wasm.component_model_threading = Some(self.module_config.component_model_threading); in to_wasmtime()
/wasmtime-44.0.1/tests/misc_testsuite/component-model-threading/
H A Dsuspend-trap.wast2 ;;! component_model_threading = true
H A Dthreading-trap-in-post-return.wast1 ;;! component_model_threading = true
H A Dmany-threads-indexed.wast2 ;;! component_model_threading = true
H A Dthreading-builtins.wast2 ;;! component_model_threading = true
H A Dstackful-cancellation.wast4 ;;! component_model_threading = true
/wasmtime-44.0.1/crates/cli-flags/src/
H A Dlib.rs403 pub component_model_threading: Option<bool>,
1155 ("component-model-async", component_model_threading, wasm_component_model_threading) in enable_wasm_features()