wren_dart library
Wren bindings for Dart
Classes
Constants
- BIG_ENDIAN → const int
- BYTE_ORDER → const int
- EXIT_FAILURE → const int
- EXIT_SUCCESS → const int
- false_1 → const int
- FD_SETSIZE → const int
- LITTLE_ENDIAN → const int
- NFDBITS → const int
- NULL → const int
- PDP_ENDIAN → const int
- RAND_MAX → const int
- true_1 → const int
- WCONTINUED → const int
- WEXITED → const int
- WNOHANG → const int
- WNOWAIT → const int
- WREN_VERSION_MAJOR → const int
- WREN_VERSION_MINOR → const int
- WREN_VERSION_NUMBER → const int
- WREN_VERSION_PATCH → const int
- WREN_VERSION_STRING → const String
- WSTOPPED → const int
- WUNTRACED → const int
Typedefs
-
WrenBindForeignClassFn
= WrenForeignClassMethods Function(Pointer<
WrenVM> , Pointer<Int8> , Pointer<Int8> ) -
WrenBindForeignMethodFn
= Pointer<
NativeFunction< Function(Pointer<WrenForeignMethodFn> >WrenVM> , Pointer<Int8> , Pointer<Int8> , Uint8, Pointer<Int8> ) -
WrenErrorFn
= Void Function(Pointer<
WrenVM> , Int32, Pointer<Int8> , Int32, Pointer<Int8> ) -
WrenFinalizerFn
= Void Function(Pointer<
Void> ) -
WrenForeignMethodFn
= Void Function(Pointer<
WrenVM> ) -
WrenLoadModuleCompleteFn
= Void Function(Pointer<
WrenVM> , Pointer<Int8> , WrenLoadModuleResult) -
WrenLoadModuleFn
= WrenLoadModuleResult Function(Pointer<
WrenVM> , Pointer<Int8> ) -
WrenReallocateFn
= Pointer<
Void> Function(Pointer<Void> , Uint64, Pointer<Void> ) -
WrenResolveModuleFn
= Pointer<
Int8> Function(Pointer<WrenVM> , Pointer<Int8> , Pointer<Int8> ) -
WrenWriteFn
= Void Function(Pointer<
WrenVM> , Pointer<Int8> )