\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.
| 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()); } |