Skip to content

Commit 3d2b1fb

Browse files
committed
wasm
1 parent 527d952 commit 3d2b1fb

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

make2/build_jamalgam.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ case "$jplatform/$j64x" in
9797
;;
9898
freebsd/*) make=gmake ;;
9999
wasm*)
100+
USE_LINENOISE=0
100101
USE_OPENMP=0
101102
LDTHREAD=" -pthread "
102103
NO_SHA_ASM=1

make2/build_jconsole.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@ case "$jplatform/$j64x" in
9292
;;
9393
openbsd/*) make=gmake ;;
9494
freebsd/*) make=gmake ;;
95-
wasm*) USE_PYXES=0 ;;
95+
wasm*)
96+
USE_LINENOISE=0
97+
USE_OPENMP=0
98+
USE_PYXES=0
99+
;;
96100
esac
97101
case "$j64x" in
98102
j32*) USE_PYXES="${USE_PYXES:=0}" ;;

script/buildga.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ if [ "$1" = "wasm" ]; then
191191
export _DEBUG=0
192192
cd make2
193193
./clean.sh
194-
USE_WASM=1 jplatform=wasm j64x=j32 CC=emcc AR=emar ./build_jamalgam.sh
195-
./clean.sh
196-
USE_WASM=1 jplatform=wasm j64x=j32 CC=emcc AR=emar ./build_libj.sh
194+
# USE_WASM=1 jplatform=wasm j64x=j32 ./build_jamalgam.sh
195+
# ./clean.sh
196+
USE_WASM=1 jplatform=wasm j64x=j32 ./build_libj.sh
197197
cd ..
198198
cp bin/$dest/j32/* j32
199199
find j32 -type d -exec chmod 755 {} \;

0 commit comments

Comments
 (0)