mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-10 13:48:40 +01:00
This is a breaking API change: wrenInterpret() now takes an additional parameter for the module name to interpret the code in.
5 lines
167 B
C
5 lines
167 B
C
#include "wren.h"
|
|
|
|
WrenForeignMethodFn resolutionBindMethod(const char* signature);
|
|
void resolutionBindClass(const char* className, WrenForeignClassMethods* methods);
|