Create files from C++ code running by Emscripten

74 views Asked by At

I have C++ code that create files in local FS, and I want to run this code in JS using Emscripten.
My question is if it possible to create and save files from code that run by the browser on my local FS?
Is there any necessary changes I should make?

0

There are 0 answers