Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
HEAD
/
.
/
test
/
other
/
test_split_module_embind_jspi.pre.js
blob: b7e2207d89b7aa19eaf6af57c789ccb9f04cc1b5 [
file
]
Module
[
"loadSplitModule"
]
=
async
function
(
deferred
,
imports
,
prop
)
{
console
.
log
(
'Custom handler for loading split module.'
);
return
instantiateAsync
(
null
,
deferred
,
imports
);
}