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

Function wasmtime_linker_allow_shadowing

crates/c-api/src/linker.rs:33–38  ·  view source on GitHub ↗
(
    linker: &mut wasmtime_linker_t,
    allow_shadowing: bool,
)

Source from the content-addressed store, hash-verified

31
32#[unsafe(no_mangle)]
33pub extern "C" fn wasmtime_linker_allow_shadowing(
34 linker: &mut wasmtime_linker_t,
35 allow_shadowing: bool,
36) {
37 linker.linker.allow_shadowing(allow_shadowing);
38}
39
40macro_rules! to_str {
41 ($ptr:expr, $len:expr) => {

Callers 1

allow_shadowingMethod · 0.85

Calls 1

allow_shadowingMethod · 0.45

Tested by

no test coverage detected