Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/multithreaded-server
/
.
/
tests
/
asm_swap.cpp
blob: cf3df0b9626602cdaac27064064002ab7164d2f9 [
file
] [
log
] [
blame
] [
edit
]
#include
<emscripten.h>
extern
"C"
{
int
EMSCRIPTEN_KEEPALIVE func
()
{
return
10
;
}
void
EMSCRIPTEN_KEEPALIVE report
(
int
result
)
{
REPORT_RESULT
(
result
);
}
}