• Yukihiro "Matz" Matsumoto's avatar
    allow endian specification of mrb files by `mrbc -e/-E` · bc9c47d5
    Yukihiro "Matz" Matsumoto authored
    `mruby -b` now accepts both big/little endian mrb (compiled binary) files.
    
    `mrbc` generates mrb files in big endian for .mrb files and in native endian
    for C files (with -B option specified) by default.  If you are cross compiling,
    you need to specify target endian by -e/-E options if it is different from
    host endian.
    bc9c47d5
dump.c 28.4 KB