Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/mimalloc-test
/
.
/
test
/
other
/
test_tsd_sync.ts
blob: 49ef1381046d954108fc72f94a3d8500c91c029c [
file
] [
edit
]
import
moduleFactory
from
'./test_emit_tsd_sync.js'
const
module
=
moduleFactory
();
module
.
_fooVoid
();
module
.
_fooInt
(
7
,
8
);