You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using require from either mirb or a script ran with mruby will work fine for a standard .rb script, but attempting to load .mrb bytecode compiled from that same script causes an immediate crash.
Tested on Windows, and built with mingw-w64 5.1
Using require from either mirb or a script ran with mruby will work fine for a standard .rb script, but attempting to load .mrb bytecode compiled from that same script causes an immediate crash.