From ee4ea19f23e6a87a89900faea79bd5f938df63fa Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 13 May 2016 18:07:18 -0500 Subject: [PATCH] test --- iguana/m_js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/m_js b/iguana/m_js index 285fb576b..712f6b993 100755 --- a/iguana/m_js +++ b/iguana/m_js @@ -1,4 +1,4 @@ rm ../agents/iguana *.o git pull -emcc -s TOTAL_MEMORY=268435456 -s PTHREAD_POOL_SIZE=40 -s USE_PTHREADS=1 -o iguana.html -O3 -I. -Isecp256k1./src -Isecp256k1/include -Isecp256k1/src -Wno-unused-parameter -Wnested-externs -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings -fvisibility=hidden -DHAVE_CONFIG_H *.c ../crypto777/*.c ../crypto777/jpeg/*.c ../crypto777/jpeg/unix/*.c secp256k1/src/secp256k1.c -lm +emcc -s ALLOW_MEMORY_GROWTH=1 -s PTHREAD_POOL_SIZE=40 -s USE_PTHREADS=2 -o iguana.html -O3 -I. -Isecp256k1./src -Isecp256k1/include -Isecp256k1/src -Wno-unused-parameter -Wnested-externs -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings -fvisibility=hidden -DHAVE_CONFIG_H *.c ../crypto777/*.c ../crypto777/jpeg/*.c ../crypto777/jpeg/unix/*.c secp256k1/src/secp256k1.c -lm cp iguana.html iguana.js pthread-main.js iguana.html.mem /var/www/html