[wasm] Enable more ext libraries on CI as much as possible

This commit is contained in:
Yuta Saito 2023-11-19 01:00:33 +00:00
parent 37585fd62a
commit 9aee12cc28

View file

@ -107,7 +107,7 @@ jobs:
../src/configure \ ../src/configure \
--host wasm32-unknown-wasi \ --host wasm32-unknown-wasi \
--with-static-linked-ext \ --with-static-linked-ext \
--with-ext=bigdecimal,ripper,monitor,stringio,pathname \ --with-ext=bigdecimal,cgi/escape,continuation,coverage,date,dbm,digest/bubblebabble,digest,digest/md5,digest/rmd160,digest/sha1,digest/sha2,etc,fcntl,fiber,gdbm,json,json/generator,json/parser,nkf,objspace,pathname,racc/cparse,rbconfig/sizeof,ripper,stringio,strscan,monitor \
LDFLAGS=" \ LDFLAGS=" \
-Xlinker --stack-first \ -Xlinker --stack-first \
-Xlinker -z -Xlinker stack-size=16777216 \ -Xlinker -z -Xlinker stack-size=16777216 \