From 08fee6d5c40f3091c976219052df55e479db9fef Mon Sep 17 00:00:00 2001 From: Aotokitsuruya Date: Wed, 22 May 2024 20:16:25 +0800 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 83e3a13..e2d1f57 100644 --- a/README.md +++ b/README.md @@ -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.