Closed adishavit closed 7 years ago
For some reason, even after removing it and removing all the called to FS in the cpp and html, the resulting js file size is the same.
This was an added demo of the virtual filesystem and how to interact with it. Removed those features from the example.cpp and index.html because they are not relevant for the current project.
By the way: no idea why the size remains the same...
So will you be making a commit that removes this?
On Sun, Jun 4, 2017 at 2:14 PM, Lennart notifications@github.com wrote:
By the way: no idea why the size remains the same...
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/biggzlar/opencv_js_compiler/issues/3#issuecomment-306033787, or mute the thread https://github.com/notifications/unsubscribe-auth/ABuxEOVqHCFbbrqIWOTEsXWuq8elOp-bks5sApGggaJpZM4NvSxI .
The build args have
emcc_args = '-s FORCE_FILESYSTEM=1
.According to the docs:
Consider removing this from default build args, and maybe make it into an opt-in command line option.