Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten
/
53a96bfa34187bb2f90fd85d1a7d209a2d87a382
/
.
/
test
/
modularize_separate_asm.c
blob: fcdd8d66f996d474607ac180abee842d1cf51525 [
file
]
#include
<emscripten.h>
int
main
()
{
// Copy a field around to mark to JavaScript code that we have successfully completed the main() of this program.
EM_ASM
(
Module
.
weHaveExecutedSomeCCode
=
Module
.
inputData
);
}