From ffd9a72d28d36915fb173a6d52fbb6e43f7c15db Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Wed, 2 Aug 2017 20:20:14 -0700 Subject: Get wasm2asm building again (#1107) * Get wasm2asm building again Updates CMakeLists.txt to have wasm2asm built by default, updates wasm2asm.h to account for recent interface changes, and restores JSPrinter functionality. * Implement splice for array values * Clean up wasm2asm testing * Print semicolons after statements in blocks * Cleanups and semicolons for condition arms * Prettify semicolon emission --- check.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'check.py') diff --git a/check.py b/check.py index 105c177c7..6f6f23138 100755 --- a/check.py +++ b/check.py @@ -31,6 +31,7 @@ from scripts.test.shared import ( ) import scripts.test.s2wasm as s2wasm +import scripts.test.wasm2asm as wasm2asm if options.interpreter: print '[ using wasm interpreter at "%s" ]' % options.interpreter @@ -423,6 +424,7 @@ if MOZJS: s2wasm.test_s2wasm() s2wasm.test_linker() +# wasm2asm.test_wasm2asm() print '\n[ running validation tests... ]\n' # Ensure the tests validate by default -- cgit v1.2.3