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.

78 lines (36 loc) 1.25 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [SanitizedEmscriptenTestModule](./rc-js-util.sanitizedemscriptentestmodule.md) &gt; [(constructor)](./rc-js-util.sanitizedemscriptentestmodule._constructor_.md) ## SanitizedEmscriptenTestModule.(constructor) Constructs a new instance of the `SanitizedEmscriptenTestModule` class **Signature:** ```typescript constructor(testModule: Emscripten.EmscriptenModuleFactory<TEmscriptenBindings>, options: ISanitizedTestModuleOptions, extension?: TWrapperExtensions | undefined); ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> testModule </td><td> [Emscripten.EmscriptenModuleFactory](./rc-js-util.emscripten.emscriptenmodulefactory.md)<!-- -->&lt;TEmscriptenBindings&gt; </td><td> </td></tr> <tr><td> options </td><td> [ISanitizedTestModuleOptions](./rc-js-util.isanitizedtestmoduleoptions.md) </td><td> </td></tr> <tr><td> extension </td><td> TWrapperExtensions \| undefined </td><td> _(Optional)_ </td></tr> </tbody></table>