Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/webgpu_testing
/
.
/
test
/
embind
/
test_finalization.js
blob: 03e964716265b1658e5d3e7bdb31d52bdfb3758c [
file
] [
edit
]
Module
.
onRuntimeInitialized
=
()
=>
{
const
foo1
=
new
Module
[
"Foo"
](
"Constructed from JS"
);
const
foo2
=
Module
[
"foo"
]();
const
foo3
=
Module
[
"pFoo"
]();
setTimeout
(
gc
,
100
);
}