aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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);
-