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

Function wasmtime_engine_is_pulley

crates/c-api/src/engine.rs:52–54  ·  view source on GitHub ↗
(engine: &wasm_engine_t)

Source from the content-addressed store, hash-verified

50
51#[unsafe(no_mangle)]
52pub extern "C" fn wasmtime_engine_is_pulley(engine: &wasm_engine_t) -> bool {
53 engine.engine.is_pulley()
54}

Callers 1

is_pulleyMethod · 0.85

Calls 1

is_pulleyMethod · 0.45

Tested by

no test coverage detected