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.
123 lines (55 loc) • 1.58 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [EmscriptenWrapperOptions](./rc-js-util.emscriptenwrapperoptions.md)
## EmscriptenWrapperOptions class
**Signature:**
```typescript
export declare class EmscriptenWrapperOptions<TModule extends object>
```
## Constructors
<table><thead><tr><th>
Constructor
</th><th>
Modifiers
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[(constructor)(initializeCallbacks)](./rc-js-util.emscriptenwrapperoptions._constructor_.md)
</td><td>
</td><td>
Constructs a new instance of the `EmscriptenWrapperOptions` class
</td></tr>
</tbody></table>
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[initializeCallbacks](./rc-js-util.emscriptenwrapperoptions.initializecallbacks.md)
</td><td>
`readonly`
</td><td>
readonly ((wrapper: [IEmscriptenWrapper](./rc-js-util.iemscriptenwrapper.md)<!-- --><TModule, [ILifecycleStrategy](./rc-js-util.ilifecyclestrategy.md)<!-- -->>) => void)\[\]
</td><td>
</td></tr>
</tbody></table>
## Methods
<table><thead><tr><th>
Method
</th><th>
Modifiers
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[extend(options)](./rc-js-util.emscriptenwrapperoptions.extend.md)
</td><td>
</td><td>
</td></tr>
</tbody></table>