Skip to content

Commit bd38d7a

Browse files
Build io-console extension by default
ruby/io-console#71
1 parent e168198 commit bd38d7a

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
@@ -79,7 +79,7 @@ def features
7979
end
8080

8181
ALL_DEFAULT_EXTS =
82-
"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"
82+
"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"
8383

8484
# Retrieves the build options used for building Ruby itself.
8585
def build_options

0 commit comments

Comments
 (0)