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

Latest commit

 

History

History
16 lines (11 loc) · 584 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 584 Bytes

GoMRubyBuild Status Is maintained?

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.