mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-12 14:48:40 +01:00
This gives you a simple, efficient way to invoke a method on some Wren object from C code, passing in arguments. The basic API is in place and works, but there's still lots to do: - Lots of error handling. - Documentation. - Tests!