\brief Returns whether this engine is using Pulley for execution.
| 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 |