Skip to main content

Module yamrb

Module yamrb 

Source
Expand description

Yet Another mruby (yamrb) runtime layer. Provides value representation, opcode tables, helpers, and the VM itself so mruby bytecode can execute inside Rust.

Modulesยง

helpers
op
optable
prelude
Prelude that wires up the built-in Ruby-like standard library for yamrb. Each submodule exposes initializers that install core classes and constants into a VM so user bytecode starts with the expected environment.
shared_memory
value
vm