mrubyedge 1.0.0-rc2

mruby/edge is yet another mruby that is specialized for running on WASM
Documentation
1
2
3
4
5
use crate::yamrb::vm::VM;

pub(crate) fn initialize_integer(vm: &mut VM) {
    let _integer_class = vm.define_standard_class("Integer");
}