forked from Mirror/wren
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!