mkdir build_js
cd build_js
emcmake cmake ..
emmake make
mkdir build_linux
cd build_linux
cmake ..
make
File at ../data.json
Number of lines in file: 116362
On linux, I used the Live Server extension to open the html file. The result was
File at data.json
Number of lines in file: 116362
On windows, I used the Live Server extension to open the html file previously compiled on linux. The result was
File at data.json
Number of lines in file: 112130
I used cd build_js; node .\main.js
on windows. The result was also
File at data.json
Number of lines in file: 112130