We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e168198 commit bd38d7aCopy full SHA for bd38d7a
lib/ruby_wasm/packager.rb
@@ -79,7 +79,7 @@ def features
79
end
80
81
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"
+ "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"
83
84
# Retrieves the build options used for building Ruby itself.
85
def build_options
0 commit comments