o
odinpkg.dev
packages / binding / wren-odin

wren-odin

b341b2dbinding

Odin bindings to the Wren VM

MIT · updated 3 months ago

Wren-Odin

About

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.

Features

  • 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.