Home
last modified time | relevance | path

Searched refs:wasm_component_model_async_stackful (Results 1 – 7 of 7) sorted by relevance

/wasmtime-44.0.1/tests/all/component_model/
H A Dasync.rs324 config.wasm_component_model_async_stackful(true); in task_deletion()
1058 config.wasm_component_model_async_stackful(true); in stream_cancel_read_async_does_not_corrupt_state()
1194 config.wasm_component_model_async_stackful(true); in concurrent_sync_calls_to_async_host()
H A Dfunc.rs907 config.wasm_component_model_async_stackful(true); in async_reentrance()
1119 config.wasm_component_model_async_stackful(true); in task_return_trap()
/wasmtime-44.0.1/crates/test-util/src/
H A Dwasmtime_wast.rs117 .wasm_component_model_async_stackful(component_model_async_stackful) in apply_test_config()
/wasmtime-44.0.1/crates/misc/component-async-tests/tests/scenario/
H A Dutil.rs38 config.wasm_component_model_async_stackful(true); in config()
/wasmtime-44.0.1/tests/all/
H A Dpulley.rs88 config.wasm_component_model_async_stackful(true); in provenance_test_config()
/wasmtime-44.0.1/crates/cli-flags/src/
H A Dlib.rs1154 … ("component-model-async", component_model_async_stackful, wasm_component_model_async_stackful) in enable_wasm_features()
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs1227 pub fn wasm_component_model_async_stackful(&mut self, enable: bool) -> &mut Self { in wasm_component_model_async_stackful() method