[rubygems/rubygems] Stop using /dev/null for silent ui for WASI platform
WASI doesn't guarantee that /dev/null is present.
So without this patch, we needed to mount host's /dev directory to WASI
guest process to avoid ENOTCAPABLE error while require "bundler/setup"
[rubygems/rubygems] Stop using
/dev/null
for silent ui for WASI platformWASI doesn't guarantee that
/dev/null
is present.So without this patch, we needed to mount host's
/dev
directory to WASIguest process to avoid
ENOTCAPABLE
error whilerequire "bundler/setup"
https://github.com/rubygems/rubygems/commit/e9187ab61f