Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
HEAD
/
.
/
test
/
other
/
test_load_split_module.pre.js
blob: 1e3dfe8ca235a9149b1894d6e506b907bda9d1d7 [
file
]
Module
[
"loadSplitModule"
]
=
function
(
deferred
,
imports
,
prop
)
{
console
.
log
(
'Custom handler for loading split module.'
);
console
.
log
(
'Called with placeholder '
,
prop
);
return
instantiateSync
(
deferred
,
imports
);
}