Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten
/
339d3ae3fd8feef720783329219efbebcbb5b115
/
.
/
test
/
modularize_separate_asm.c
blob: 9c18eda3a793498d9256bdf4ad87a717dd394e03 [
file
] [
log
] [
blame
]
#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
);
}