From 7de714088a3e4effd9e1915f725a99f2e9fd23ff Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Wed, 12 Oct 2016 13:32:50 -0700 Subject: Add wasmdump binary for inspecting wasm files (#161) * Add wasmdump binary for inspecting wasm files Run this tool to as part of the 'dump' tests rather than using the -d flag to wast2wasm. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6f9f79d2..be1edb17 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ COMPILERS := GCC GCC_I686 GCC_FUZZ CLANG EMSCRIPTEN BUILD_TYPES := DEBUG RELEASE SANITIZERS := ASAN MSAN LSAN UBSAN CONFIGS := NORMAL $(SANITIZERS) NO_RE2C_BISON NO_TESTS -EXECUTABLES := wast2wasm wasm2wast wasm-interp wasmopcodecnt hexfloat_test +EXECUTABLES := wast2wasm wasm2wast wasm-interp wasmopcodecnt hexfloat_test wasmdump # directory names GCC_DIR := gcc/ -- cgit v1.2.3