Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Sep 23, 2024
1 parent f90bd42 commit 6875307
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,11 @@ MRubyContext.GlobalLogHandler = message =>

### Ruby API

The mruby embedded with VitalRouter contains only a portion of the standard library to reduce size.
Please check the [vitalrouter.gembox](https://github.com/hadashiA/VitalRouter/blob/main/src/vitalrouter-mruby/vitalrouter.gembox) to see which mrbgem is enabled.

In addition to the standard mrbgem, the following extension APIs are provided for Unity integration.

```ruby
# Wait for the number of seconds. (Non-blocking)
# It is equivalent to `await UniTask.Delay(TimeSpan.FromSeconds(1))`)
Expand Down

0 comments on commit 6875307

Please sign in to comment.