ruby.wasm icon indicating copy to clipboard operation
ruby.wasm copied to clipboard

rbwasm: Bundler.require doesn't work

Open nvladimiroff opened this issue 10 months ago • 0 comments

I'd expect calling Bundler.require to load all of my gems, but instead, I get this error:

vm.js:739 Uncaught RbError: /config/boot.rb:6:in '<top (required)>': private method 'require' called for module Bundler (NoMethodError)

Manually requiring gems instead does work.

Also, if this is something a new contributor could help out with fixing, I'd be glad to give it a shot.

nvladimiroff avatar Mar 02 '25 17:03 nvladimiroff