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

Method increment_epoch

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

\brief Increments the current epoch which may result in interrupting currently executing WebAssembly in connected stores if the epoch is now beyond the configured threshold.

Source from the content-addressed store, hash-verified

35 /// currently executing WebAssembly in connected stores if the epoch is now
36 /// beyond the configured threshold.
37 void increment_epoch() const { wasmtime_engine_increment_epoch(ptr.get()); }
38
39 /// \brief Returns whether this engine is using Pulley for execution.
40 bool is_pulley() const { return wasmtime_engine_is_pulley(ptr.get()); }

Callers 3

TESTFunction · 0.45
TESTFunction · 0.45

Calls 2

getMethod · 0.45

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36