mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-10 21:58:48 +01:00
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);
|