Home
last modified time | relevance | path

Searched refs:wasm_component_model_error_context (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/test-util/src/
H A Dwasmtime_wast.rs119 .wasm_component_model_error_context(component_model_error_context) in apply_test_config()
/wasmtime-44.0.1/crates/misc/component-async-tests/tests/scenario/
H A Dutil.rs40 config.wasm_component_model_error_context(true); in config()
/wasmtime-44.0.1/tests/all/
H A Dpulley.rs90 config.wasm_component_model_error_context(true); in provenance_test_config()
/wasmtime-44.0.1/crates/cli-flags/src/
H A Dlib.rs1156 ("component-model", component_model_error_context, wasm_component_model_error_context) in enable_wasm_features()
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs1252 pub fn wasm_component_model_error_context(&mut self, enable: bool) -> &mut Self { in wasm_component_model_error_context() method