--- layout: default title: mruby - Documentation --- {% assign current = site.data.releases | where: "prerelease", false | first %} Documentation Learn mruby Guides, API reference, and articles to help you embed, extend, and build with mruby. API docs for mruby {{ current.version }} Further documentation on compiling, configuring (mrbconf), debugging (mrdb), and extending (mrbgems) is in the source repo. Browse mruby/doc/ on GitHub → Articles {% for article in site.pages %} {% if article.categories contains 'articles' %} {{ article.title }} {% if article.description %}{{ article.description }}{% endif %} Read → {% endif %} {% endfor %} Components API docs Full Ruby class documentation generated from mruby source — Array, Hash, String, Enumerable, and more. Array Hash String Kernel +more Browse → mruby, mruby/c Common I/O API Guidelines Community-developed libraries and peripheral interface guidelines for microcontrollers. GitHub →
Guides, API reference, and articles to help you embed, extend, and build with mruby.
Further documentation on compiling, configuring (mrbconf), debugging (mrdb), and extending (mrbgems) is in the source repo.