diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-06 13:27:43 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-06 13:27:43 -0800 |
commit | bea3d23dc5316222d31127299ea1896223075ac4 (patch) | |
tree | f7eaa5442d162cd3ca2575e6a46c06a0fd7a309c /system/include/emscripten.h | |
parent | 0f3f5cc6934a45c78ce7bfb2bdab15bb8756edf7 (diff) |
initial work on memory growth
Diffstat (limited to 'system/include/emscripten.h')
-rw-r--r-- | system/include/emscripten.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/emscripten.h b/system/include/emscripten.h index 482f7ef3..7b135c5a 100644 --- a/system/include/emscripten.h +++ b/system/include/emscripten.h @@ -16,6 +16,7 @@ extern "C" { * eval() the given script. */ extern void emscripten_run_script(const char *script); +extern int emscripten_run_script_int(const char *script); /* * This macro-looking function will cause Emscripten to |