From 4e464ef9ca6f81fd0956296605b3d15637fd8ad6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 31 Oct 2017 15:00:36 +0200 Subject: [PATCH] Test --- iguana/exchanges/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/Makefile b/iguana/exchanges/Makefile index 840f98f7e..ac16abf5c 100644 --- a/iguana/exchanges/Makefile +++ b/iguana/exchanges/Makefile @@ -6,4 +6,5 @@ all: emcc -s ABORTING_MALLOC=0 -s ASSERTIONS=1 -s ASYNCIFY=1 -s TOTAL_MEMORY=167772160 --embed-file coins.json -DFROM_JS -O2 -I../includes -I../crypto777 -o /var/www/html/index.html exchanges/mm.c ../crypto777/*.c ../crypto777/jpeg/*.c ../crypto777/jpeg/unix/*.c mini-gmp.c secp256k1/src/secp256k1.c -lm + emcc -s WASM=1 -s ABORTING_MALLOC=0 -s ASSERTIONS=1 -s ASYNCIFY=1 -s TOTAL_MEMORY=167772160 --embed-file coins.json -DFROM_JS -O2 -I../includes -I../crypto777 -o /var/www/html/index.html exchanges/mm.c ../crypto777/*.c ../crypto777/jpeg/*.c ../crypto777/jpeg/unix/*.c mini-gmp.c secp256k1/src/secp256k1.c -lm