Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed May 22, 2024
1 parent c5b782b commit 08fee6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ The pure go mruby virtual machine implementation.

The priority task is to make the virtual machine available with limited functions, it still depends on `mrbc` command to compile RiteBinary.

* complete the method support
* complete the class support
* add mruby capability test

## MRB_API

Golang has public and private method design and we can attach method to a struct. Therefore all public method is attach to `*mruby.State` in mruby-go as preferred method.
Expand Down

0 comments on commit 08fee6d

Please sign in to comment.