Home
last modified time | relevance | path

Searched refs:component_model_fixed_length_lists (Results 1 – 6 of 6) sorted by relevance

/wasmtime-44.0.1/crates/test-util/src/
H A Dwasmtime_wast.rs48 component_model_fixed_length_lists, in apply_test_config()
80 let component_model_fixed_length_lists = component_model_fixed_length_lists.unwrap_or(false); in apply_test_config() localVariable
122 .wasm_component_model_fixed_length_lists(component_model_fixed_length_lists) in apply_test_config()
H A Dwast.rs274 component_model_fixed_length_lists
/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dmodule.rs26 pub component_model_fixed_length_lists: bool, field
85 component_model_fixed_length_lists: false, in arbitrary()
H A Dconfig.rs145 component_model_fixed_length_lists, in make_wast_test_compliant()
172 self.module_config.component_model_fixed_length_lists = in make_wast_test_compliant()
173 component_model_fixed_length_lists.unwrap_or(false); in make_wast_test_compliant()
300 cfg.wasm.component_model_fixed_length_lists = in to_wasmtime()
301 Some(self.module_config.component_model_fixed_length_lists); in to_wasmtime()
/wasmtime-44.0.1/crates/cli-flags/src/
H A Dlib.rs430 pub component_model_fixed_length_lists: Option<bool>,
1158 … ("component-model", component_model_fixed_length_lists, wasm_component_model_fixed_length_lists) in enable_wasm_features()
/wasmtime-44.0.1/tests/misc_testsuite/component-model/
H A Dfixed_length_lists.wast2 ;;! component_model_fixed_length_lists = true