Preloading binary file does not work as expected with emscripten
I have a binary file Tetris.ch8 which is 494 bytes. I am trying to open that file from my emscripten project. I used –preload-file to load the file. When I am trying to open the file and read the contents, only 21 bytes are present.