forked from Mirror/wren
This turns those functions into general-purpose functions for writing raw C values into slots on the foreign call stack. Writing a return just means writing a value to slot 0.
4 lines
79 B
C
4 lines
79 B
C
#include "wren.h"
|
|
|
|
WrenForeignMethodFn slotsBindMethod(const char* signature);
|