Skip to content

Commit 3d1528e

Browse files
Build io-console extension by default
ruby/io-console#71
1 parent fac9c8b commit 3d1528e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_wasm/packager.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def features
9393
end
9494

9595
ALL_DEFAULT_EXTS =
96-
"cgi/escape,continuation,coverage,date,digest/bubblebabble,digest,digest/md5,digest/rmd160,digest/sha1,digest/sha2,etc,fcntl,json,json/generator,json/parser,objspace,pathname,psych,rbconfig/sizeof,ripper,stringio,strscan,monitor,zlib,openssl"
96+
"cgi/escape,continuation,coverage,date,digest/bubblebabble,digest,digest/md5,digest/rmd160,digest/sha1,digest/sha2,etc,fcntl,json,json/generator,json/parser,objspace,pathname,psych,rbconfig/sizeof,ripper,stringio,strscan,monitor,zlib,openssl,io/console"
9797

9898
# Retrieves the build options used for building Ruby itself.
9999
def build_options

0 commit comments

Comments
 (0)