Upgrading from emsdk 3.1.36 to 3.1.37 we have observed that we now get a _free is undefined error at runtime in particular environments, in particular trying to execute this line of code when no .data file is provided and instead we are generating a dl image in advance that gets loaded (for example see this sample project).
I suspect the removal of the global _free function for these environments occurred in this commit.
Is this an intentional breaking change? If so is there an easy fix on our end?
cc @rla @JanWielemaker
Upgrading from emsdk 3.1.36 to 3.1.37 we have observed that we now get a
_freeis undefined error at runtime in particular environments, in particular trying to execute this line of code when no.datafile is provided and instead we are generating a dl image in advance that gets loaded (for example see this sample project).I suspect the removal of the global
_freefunction for these environments occurred in this commit.Is this an intentional breaking change? If so is there an easy fix on our end?
cc @rla @JanWielemaker