dart_shared_libray
dart_shared_libray copied to clipboard
An attempt to package Dart into a usable shared library (.dll / .so)
I have many mirco Changes to Build and used it from an Other Project with CMake and FetchContent https://github.com/DerKleinePunk/HostDartVM I have Found the realtime_example is not Working on Linux the...
Hey, just started playing with this library and wanted to document some issues/improvements. 1) Shared objects are exporting all symbols, this makes them a lot larger than they need to...
First of all thank you very much for your work, I happen to have the need to embed the Dart VM to execute the code. Here is the code I...
Does the library support any mobile devices
Hi, please update library to dart 3.8. Could you outline the basic steps for updating dart versions? Thank you in advance. Thank you very much for this repo, it has...