Wren is a small, fast, class-based scripting language with a focus on embedding. This project provides Odin bindings to the Wren C API so you can embed Wren into your Odin applications.
-
VM creation and configuration.
-
Executing Wren source code.
-
Binding foreign methods and classes.
-
Handling Wren slots (interfacing with values).
-
Cross-platform: Windows and Linux, x86/x64.