Hi Team,
In reference to this issue #196, I am trying to run the moddable after integrating with the third party scion.js file.
This is running perfectly in simulator mode (mcconfig -d -m -p win), but while tryinging to do a build for ESP32 setup, we are getting this error # Break: RegExp.prototype.flags: dead strip!
In the documentation, we found the strip option in manifest file, is there any way to simply just exclude the functions for striping in the array instead of including all other needed functions.
If this has to be done in C source files, please let know what changes has to done for this
Hi Team,
In reference to this issue #196, I am trying to run the moddable after integrating with the third party scion.js file.
This is running perfectly in simulator mode (mcconfig -d -m -p win), but while tryinging to do a build for ESP32 setup, we are getting this error # Break: RegExp.prototype.flags: dead strip!
In the documentation, we found the strip option in manifest file, is there any way to simply just exclude the functions for striping in the array instead of including all other needed functions.
If this has to be done in C source files, please let know what changes has to done for this