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

Function wasmtime_config_gc_support_set

crates/c-api/src/config.rs:122–124  ·  view source on GitHub ↗
(c: &mut wasm_config_t, enable: bool)

Source from the content-addressed store, hash-verified

120
121#[unsafe(no_mangle)]
122pub extern "C" fn wasmtime_config_gc_support_set(c: &mut wasm_config_t, enable: bool) {
123 c.config.gc_support(enable);
124}
125
126#[unsafe(no_mangle)]
127pub extern "C" fn wasmtime_config_wasm_simd_set(c: &mut wasm_config_t, enable: bool) {

Callers

nothing calls this directly

Calls 1

gc_supportMethod · 0.80

Tested by

no test coverage detected