mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
@ -137,10 +137,6 @@ void wrenFinalizeForeign(WrenVM* vm, ObjForeign* foreign);
|
||||
// Creates a new [WrenHandle] for [value].
|
||||
WrenHandle* wrenMakeHandle(WrenVM* vm, Value value);
|
||||
|
||||
// Executes [source] in the context of [module].
|
||||
WrenInterpretResult wrenInterpretInModule(WrenVM* vm, const char* module,
|
||||
const char* source);
|
||||
|
||||
// Compile [source] in the context of [module] and wrap in a fiber that can
|
||||
// execute it.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user