Skip to content

Commit

Permalink
[wasm] Enable more ext libraries on CI as much as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Nov 19, 2023
1 parent 37585fd commit 9aee12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
../src/configure \
--host wasm32-unknown-wasi \
--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=" \
-Xlinker --stack-first \
-Xlinker -z -Xlinker stack-size=16777216 \
Expand Down

0 comments on commit 9aee12c

Please sign in to comment.