UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

47 lines (23 loc) 708 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [IDebugBindings](./rc-js-util.idebugbindings.md) ## IDebugBindings interface Emscripten bindings related to debugging. **Signature:** ```typescript export interface IDebugBindings ``` ## Methods <table><thead><tr><th> Method </th><th> Description </th></tr></thead> <tbody><tr><td> [\_isDebugBuild()](./rc-js-util.idebugbindings._isdebugbuild.md) </td><td> </td></tr> <tr><td> [\_jsUtilEndProgram(statusCode)](./rc-js-util.idebugbindings._jsutilendprogram.md) </td><td> </td></tr> </tbody></table>