aboutsummaryrefslogtreecommitdiff
path: root/emlibtool
diff options
context:
space:
mode:
Diffstat (limited to 'emlibtool')
-rwxr-xr-xemlibtool11
1 files changed, 11 insertions, 0 deletions
diff --git a/emlibtool b/emlibtool
new file mode 100755
index 00000000..1220b93d
--- /dev/null
+++ b/emlibtool
@@ -0,0 +1,11 @@
+#!/usr/bin/env python
+
+'''
+This is a helper script. See emcc.
+'''
+
+import os, sys
+from tools import shared
+
+raise Exception('TODO: emlibtool')
+