We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e336ba0 commit 068e804Copy full SHA for 068e804
README.md
@@ -22,6 +22,8 @@ It is intended to work with ruby.wasm.
22
Load the Ruby script that defines the constants from the `app_root` directory.
23
For example, when the App class is called, `./app_root/app.rb` is load.
24
25
+To enable auto loadding, execute the following function:
26
+
27
```ruby
28
OrbitalRing::Loader.setup
29
```
0 commit comments