aot_library_path property

Pointer<Utf16> aot_library_path
getter/setter pair

The path to the AOT library file for your application, if any. This can either be an absolute path or a path relative to the directory containing the executable. This can be nullptr for a non-AOT build, as it will be ignored in that case.

Implementation

external Pointer<Utf16> aot_library_path;