rabbit-slide-hasumikin-RAGrant2020Report 2021.7.6.2 → 2021.7.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/PicoRubyCompiler.rab +2 -2
- data/config.yaml +1 -1
- data/pdf/RAGrant2020Report-PicoRubyCompiler.pdf +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 895f1ed8548a133a6755981f2d45394302f415008735a17f1638a75c48dae89a
|
4
|
+
data.tar.gz: 457ba81c787eab42be347b384b301d98103146033cd710734585788ce69a47dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ec68b1c72735f5cdb8abf2ebcdfe1f5a0bd5ae38b657eb86f05499afdeb537f5db0f70fd5cfbecd323ceb85cf4644f65cadde4a349580f7c793b81ef96c1d4f
|
7
|
+
data.tar.gz: 5973f04376723ad9ad9a84313736f5ef2d25e63a3d31ec5433003be9908fe17acce8c101ac7d3210d1c101ff244bdf460072ee468c62bbb93704843489b56a95
|
data/PicoRubyCompiler.rab
CHANGED
@@ -70,11 +70,11 @@
|
|
70
70
|
(('tag:center'))
|
71
71
|
Doesn't make sense 🤔
|
72
72
|
|
73
|
-
= Why doesn't make sense?
|
73
|
+
= Why doesn't it make sense?
|
74
74
|
* mruby-compiler depends on mruby (mrb_state)
|
75
75
|
* You can use mruby-compiler with mruby/c VM
|
76
76
|
* However, the size of mruby-compiler spoils mruby/c's small footprint
|
77
|
-
* OK
|
77
|
+
* OK
|
78
78
|
|
79
79
|
= Ruby for embedded system
|
80
80
|
# image
|
data/config.yaml
CHANGED
Binary file
|