Home
last modified time | relevance | path

Searched refs:component_model_async (Results 1 – 25 of 44) sorted by relevance

12

/wasmtime-44.0.1/crates/test-util/src/
H A Dwasmtime_wast.rs41 component_model_async, in apply_test_config()
73 let component_model_async = component_model_async.unwrap_or(false); in apply_test_config() localVariable
115 .wasm_component_model_async(component_model_async) in apply_test_config()
H A Dwast.rs193 ret.component_model_async = Some(true); in component_test_config()
267 component_model_async
385 || config.component_model_async() in should_fail()
/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dmodule.rs19 pub component_model_async: bool, field
78 component_model_async: false, in arbitrary()
H A Dconfig.rs138 component_model_async, in make_wast_test_compliant()
162 self.module_config.component_model_async = component_model_async.unwrap_or(false); in make_wast_test_compliant()
290 cfg.wasm.component_model_async = Some(self.module_config.component_model_async); in to_wasmtime()
/wasmtime-44.0.1/tests/misc_testsuite/component-model/async/
H A Dlift.wast1 ;;! component_model_async = true
H A Dlower.wast1 ;;! component_model_async = true
H A Dbackpressure-overflow.wast1 ;;! component_model_async = true
H A Dwait-forever.wast1 ;;! component_model_async = true
H A Dasync-builtins.wast1 ;;! component_model_async = true
H A Ddrop-host.wast1 ;;! component_model_async = true
H A Dintra-streams.wast1 ;;! component_model_async = true
H A Dfuture-cancel-write-dropped.wast1 ;;! component_model_async = true
H A Dintra-futures.wast1 ;;! component_model_async = true
H A Dreenter-during-yield.wast1 ;;! component_model_async = true
H A Dfuture-cancel-read-dropped.wast1 ;;! component_model_async = true
H A Dyield-when-cancelled.wast1 ;;! component_model_async = true
H A Dfuture-cancel-write-completed.wast1 ;;! component_model_async = true
H A Dwait-forever2.wast1 ;;! component_model_async = true
H A Dsubtask-wait.wast1 ;;! component_model_async = true
H A Dcancel-sibling-subtask.wast2 ;;! component_model_async = true
H A Dfutures.wast1 ;;! component_model_async = true
H A Dbackpressure-deadlock.wast1 ;;! component_model_async = true
H A Derror-context.wast1 ;;! component_model_async = true
H A Dstackful.wast1 ;;! component_model_async = true
/wasmtime-44.0.1/tests/misc_testsuite/component-model-threading/
H A Dsuspend-trap.wast1 ;;! component_model_async = true

12