Skip to content

Commit 551dca7

Browse files
committed
wasm
1 parent 3d2b1fb commit 551dca7

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

script/buildga.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ if [ "$1" = "wasm" ]; then
191191
export _DEBUG=0
192192
cd make2
193193
./clean.sh
194-
# USE_WASM=1 jplatform=wasm j64x=j32 ./build_jamalgam.sh
195-
# ./clean.sh
194+
USE_WASM=1 jplatform=wasm j64x=j32 ./build_jamalgam.sh
195+
./clean.sh
196196
USE_WASM=1 jplatform=wasm j64x=j32 ./build_libj.sh
197197
cd ..
198198
cp bin/$dest/j32/* j32

script/testga.ijs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ NB. this failed on windows arm64
8080
echo '(|/~ -: |/~@:x:) (imin+i. 20),(imax-i.20),((<.-:imin)+i: 20),((<.-:imax)+i: 20),i: 20'
8181
echo (|/~ -: |/~@:x:) (imin+i. 20),(imax-i.20),((<.-:imin)+i: 20),((<.-:imax)+i: 20),i: 20
8282

83+
NB. this sometimes failed on linux
84+
echo '(1x&(]F::(++:))) [58#0'
85+
echo (1x&(]F::(++:))) [58#0
86+
8387
4!:55 ;:'x y'
8488
4!:55 ;:'x y'
8589
ECHOFILENAME0=: ECHOFILENAME

0 commit comments

Comments
 (0)