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);
}