MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / wasm_component_model_gc

Method wasm_component_model_gc

crates/wasmtime/src/config.rs:1306–1309  ·  view source on GitHub ↗
(&mut self, enable: bool)

Source from the content-addressed store, hash-verified

1304 /// [proposal]: https://github.com/WebAssembly/component-model/issues/525
1305 #[cfg(feature = "component-model")]
1306 pub fn wasm_component_model_gc(&mut self, enable: bool) -> &mut Self {
1307 self.wasm_features(WasmFeatures::CM_GC, enable);
1308 self
1309 }
1310
1311 /// Configures whether the component model map type is enabled or not.
1312 ///

Callers 2

apply_test_configFunction · 0.80
enable_wasm_featuresMethod · 0.80

Calls 1

wasm_featuresMethod · 0.80

Tested by

no test coverage detected