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.
65 lines (31 loc) • 951 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [IEmscriptenBindings](./rc-js-util.iemscriptenbindings.md)
## IEmscriptenBindings interface
Emscripten library bindings used by util.
**Signature:**
```typescript
export interface IEmscriptenBindings
```
## Methods
<table><thead><tr><th>
Method
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[\_free(ptr)](./rc-js-util.iemscriptenbindings._free.md)
</td><td>
</td></tr>
<tr><td>
[\_malloc(size)](./rc-js-util.iemscriptenbindings._malloc.md)
</td><td>
</td></tr>
<tr><td>
[runtimeKeepalivePop()](./rc-js-util.iemscriptenbindings.runtimekeepalivepop.md)
</td><td>
</td></tr>
<tr><td>
[runtimeKeepalivePush()](./rc-js-util.iemscriptenbindings.runtimekeepalivepush.md)
</td><td>
</td></tr>
</tbody></table>