diff options
author | Ben Smith <binji@chromium.org> | 2016-02-24 15:35:05 -0800 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-03-21 15:31:16 -0700 |
commit | c57b3fbe4278d55749d6fa1273ee979956ae1123 (patch) | |
tree | 7bea5ced5be7b7e2334a1f50597e1f5859dc5c9e /Makefile | |
parent | 5954eeb27b2ee7d3e12329a4cbe37ec8fb89b5a6 (diff) | |
download | wabt-c57b3fbe4278d55749d6fa1273ee979956ae1123.tar.gz wabt-c57b3fbe4278d55749d6fa1273ee979956ae1123.tar.bz2 wabt-c57b3fbe4278d55749d6fa1273ee979956ae1123.zip |
rebase of a bunch of early work on binary reading
* basic reading works
* update to latest binary format
* read names section
* use setjmp/longjmp for error handling
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ DEFAULT_BUILD_TYPE = DEBUG COMPILERS := GCC GCC_I686 CLANG BUILD_TYPES := DEBUG RELEASE SANITIZERS := NO ASAN MSAN LSAN -EXECUTABLES := sexpr-wasm hexfloat_test +EXECUTABLES := sexpr-wasm wasm-objdump hexfloat_test GCC_DEBUG_DIR := out/gcc/Debug GCC_DEBUG_NO_FLEX_BISON_DIR := out/gcc/Debug-no-flex-bison |