blob: 73dc884a486cd44096f3356df0501717ba9f4d34 [file]
#preprocess
// This file gets included via `--extern-post-js` in order to run tests
// that are built with `-sMODULARIZE`.
#if PTHREADS
// Avoid instantiating the module on pthreads.
if (!isPthread)
#endif
#if WASM_WORKERS
// Avoid instantiating the module on pthreads.
if (!isWW)
#endif
{{{ EXPORT_NAME }}}();