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

Function wasmtime_config_debug_info_set

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

Source from the content-addressed store, hash-verified

63
64#[unsafe(no_mangle)]
65pub extern "C" fn wasmtime_config_debug_info_set(c: &mut wasm_config_t, enable: bool) {
66 c.config.debug_info(enable);
67}
68
69#[unsafe(no_mangle)]
70pub extern "C" fn wasmtime_config_consume_fuel_set(c: &mut wasm_config_t, enable: bool) {

Callers 2

mainFunction · 0.85
debug_infoMethod · 0.85

Calls 1

debug_infoMethod · 0.45

Tested by

no test coverage detected