Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten
/
339d3ae3fd8feef720783329219efbebcbb5b115
/
.
/
test
/
embind
/
test_finalization.js
blob: e2c0257e9cac60588d8abe764f7af4a34d0d9716 [
file
] [
log
] [
blame
]
Module
.
onRuntimeInitialized
=
()
=>
{
const
foo1
=
new
Module
.
Foo
(
"Constructed from JS"
);
const
foo2
=
Module
.
foo
();
const
foo3
=
Module
.
pFoo
();
setTimeout
(
gc
,
100
);
}