mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +01:00
- Add an explicit va_list version. That lets variadic functions forward to it. - Fix a GC bug in wrenCall() with return values. - Make the call API test not re-enter the VM.
4 lines
50 B
C
4 lines
50 B
C
#include "wren.h"
|
|
|
|
void callRunTests(WrenVM* vm);
|