-
I’m interested to see a blog on benchmarking between Ruby and MRuby?
-
I'm wondering if there is a possibility to save the state of the interpreter to reuse in a different program invocation. Specifically, I'm looking for something that stores/restores:
* function/cl…
-
Trying to buid from current master head (https://github.com/mruby-zest/mruby-zest-build/commit/4d32d7df564d9cb02ec13f7dfb3baa6d9fe88474), its fails with:
```
...
CC build/mrbgems/mruby-file-stat…
-
I use conf.gembox 'default' on cross build on FreeBSD/amd64 for NetBSD/arm.
I have error no libreadline and no libncurses.
I seem cause of mrbgems/mruby-bin-mirb/mrbgem.rake.
I want use libed…
-
Can someone teach me how to run a c script inside h2o?
Appreciate this.
-
Since to_int is an alias to truncate, this code:
```
(2**32).to_int
```
returns a Float on mruby with 32-bit ints. I understand that a regular Ruby would return a Bignum that is missing in (core) mr…
-
```
╰─ $ ruby2d build --native *.rb
build/app.c: In function ‘ruby2d_image_ext_load_image’:
build/app.c:3308:3: error: unknown type name ‘VALUE’
3308 | VALUE result = rb_ary_new2(3);
|…
zw963 updated
2 years ago
-
I see there are some build config examples in examples/targets directory, but no one about ARM / i.MX6 emebed platform.
I appreciate if mruby run on ARM / i.MX6 emebed platforms. Thank you.
Re…
-
http://pastebin.com/r5WYV7nJ
Failure to cross-compile for mips (bcm96328GW)
The tool chain used is from http://opensource.actiontec.com/gt784wn.html
http://pastebin.com/2VNEhbrn is the changes I ma…
-
Agreed per the conversation we had on Discord. This looks like we should extract this to the `convert` module.
`String::new` wants the same functionality with its `capacity:` kwarg:
```
[3.1.2]…