Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/test-util/src/
H A Dwasmtime_wast.rs47 component_model_map, in apply_test_config()
79 let component_model_map = component_model_map.unwrap_or(false); in apply_test_config() localVariable
121 .wasm_component_model_map(component_model_map) in apply_test_config()
H A Dwast.rs273 component_model_map
/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dmodule.rs25 pub component_model_map: bool, field
84 component_model_map: false, in arbitrary()
H A Dconfig.rs144 component_model_map, in make_wast_test_compliant()
171 self.module_config.component_model_map = component_model_map.unwrap_or(false); in make_wast_test_compliant()
299 cfg.wasm.component_model_map = Some(self.module_config.component_model_map); in to_wasmtime()
/wasmtime-44.0.1/tests/misc_testsuite/component-model/
H A Dmap-types.wast1 ;;! component_model_map = true
/wasmtime-44.0.1/crates/cli-flags/src/
H A Dlib.rs411 pub component_model_map: Option<bool>,
1157 ("component-model", component_model_map, wasm_component_model_map) in enable_wasm_features()
/wasmtime-44.0.1/crates/fuzzing/src/oracles/
H A Dcomponent_api.rs150 config.module_config.component_model_map = true; in store()