Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/avoid_debugging
/
.
/
tests
/
other
/
metadce
/
minimal.c
blob: e82173faf0935b93435e8d1feabe95818d6b227d [
file
] [
log
] [
blame
] [
edit
]
#include
<emscripten.h>
EMSCRIPTEN_KEEPALIVE
int
add
(
int
x
,
int
y
)
{
return
x
+
y
;
}
EMSCRIPTEN_KEEPALIVE
int
global_val
=
0
;