aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-10-02 12:38:09 +0200
committerAlon Zakai <alonzakai@gmail.com>2011-10-02 12:38:09 +0200
commit28638ac57c6e9a84979d11f953b377a34ce53828 (patch)
tree574374b391815a4d7f14751d3a43ba1f22b4eeb7 /src
parent53ee0dca393f6b7c4c0811a4a5b97e56f44083ce (diff)
move emscripten.h; fixes emscripten_api
Diffstat (limited to 'src')
-rw-r--r--src/include/emscripten.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/include/emscripten.h b/src/include/emscripten.h
deleted file mode 100644
index b06f3781..00000000
--- a/src/include/emscripten.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * This file contains a few useful things for compiling C/C++ code
- * with Emscripten, an LLVM-to-JavaScript compiler.
- *
- * The code can be used permissively under the MIT license.
- *
- * http://emscripten.org
- */
-
-#undef __i386__
-#undef __x86_64__
-
-// Interface to the underlying JS engine. This function will
-// eval() the given script.
-extern void emscripten_run_script(const char *script);
-