mrubyedge 2.0.0

mruby/edge is yet another mruby that is specialized for running on WASM
Documentation
extern crate mrubyedge;

mod helpers;

#[path = "opcodes40/blkcall.rs"]
mod blkcall;
#[path = "opcodes40/definition.rs"]
mod definition;
#[path = "opcodes40/idx0.rs"]
mod idx0;
#[path = "opcodes40/ilv.rs"]
mod ilv;
#[path = "opcodes40/matcherr.rs"]
mod matcherr;
#[path = "opcodes40/ret.rs"]
mod ret;
#[path = "opcodes40/send0.rs"]
mod send0;
#[path = "opcodes40/whole.rs"]
mod whole;