GitHub - AlekSi/gomruby: DEPRECATED. Embeds mruby (mini Ruby) VM into Go.

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Package gomruby embeds mruby (mini Ruby) VM into Go.

Documentation.

Installation

It's slightly more than just go get:

go get -d github.com/AlekSi/gomruby
cd $GOPATH/src/github.com/AlekSi/gomruby
make

mruby is built statically, use gomruby as typical Go package.