blob: 05b22cb34371199efab9623732d0a552f6e48929 [file]
#include <emscripten.h>
#include <stdlib.h>
int some_arg;
EMSCRIPTEN_KEEPALIVE
int foo() {
return (int)(long)malloc(some_arg);
}