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

Method is_pulley

crates/c-api/include/wasmtime/engine.hh:40–40  ·  view source on GitHub ↗

\brief Returns whether this engine is using Pulley for execution.

Source from the content-addressed store, hash-verified

38
39 /// \brief Returns whether this engine is using Pulley for execution.
40 bool is_pulley() const { return wasmtime_engine_is_pulley(ptr.get()); }
41};
42
43} // namespace wasmtime

Callers 2

TESTFunction · 0.45

Calls 2

getMethod · 0.45

Tested by 1

TESTFunction · 0.36