summaryrefslogtreecommitdiff
path: root/scripts/spidermonkify.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/spidermonkify.py')
-rw-r--r--scripts/spidermonkify.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/spidermonkify.py b/scripts/spidermonkify.py
index e5caaf0a8..a5306af15 100644
--- a/scripts/spidermonkify.py
+++ b/scripts/spidermonkify.py
@@ -14,21 +14,17 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-'''
-A bunch of hackish fixups for testing of SpiderMonkey support. We should
+"""A bunch of hackish fixups for testing of SpiderMonkey support. We should
get rid of these ASAP.
This is meant to be run using BINARYEN_SCRIPTS in emcc, and not standalone.
-'''
+"""
-import os
import subprocess
import sys
import emscripten
-binaryen_root = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
-
js_target = sys.argv[1]
wast_target = sys.argv[2]