mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
I've got some ideas on how to tweak the embedding API, but I want to see what performance impact they have first, so this adds a little benchmark that just calls a foreign method a ton of times.
4 lines
83 B
C
4 lines
83 B
C
#include "wren.h"
|
|
|
|
WrenForeignMethodFn benchmarkBindMethod(const char* signature);
|