···92 # wasm2c doesn't work with PIC
93 $out/bin/emcc -s WASM2C -s STANDALONE_WASM $LTO test.c
9495- for MT in "" "-s USE_PTHREADS"; do
96- for RELOCATABLE in "" "-s RELOCATABLE"; do
97- $out/bin/emcc $RELOCATABLE $MT $LTO test.c
0098 done
99 done
100 done
···92 # wasm2c doesn't work with PIC
93 $out/bin/emcc -s WASM2C -s STANDALONE_WASM $LTO test.c
9495+ for BIND in "" "--bind"; do
96+ for MT in "" "-s USE_PTHREADS"; do
97+ for RELOCATABLE in "" "-s RELOCATABLE"; do
98+ $out/bin/emcc $RELOCATABLE $BIND $MT $LTO test.c
99+ done
100 done
101 done
102 done