* Whether the wasm enables asynctify * @returns Whether the wasm enables asynctify
()
| 67 | * @returns Whether the wasm enables asynctify |
| 68 | */ |
| 69 | enabled(): boolean { |
| 70 | return this.exports.asyncify_stop_rewind !== undefined; |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * Get the current asynctify state |
no outgoing calls