Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/reenable
/
.
/
test
/
modularize_post_js.js
blob: 18ad0c15b8d6e6438caf3a50b03fc13c8e326afc [
file
] [
edit
]
#
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
{{{
EXPORT_NAME
}}}();