EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
966 stars 183 forks source link

Emscripten - Expose FS Js functions from player's module. #3243

Open jetrotal opened 4 days ago

jetrotal commented 4 days ago

Recently I've been testing file manipulation inside the webplayer. It was discovered that somewhere between easyrpg updates the FS functions from emscripten where isolated inside another function in its javascript code.

Ghabry suggested exposing the FS again, in order to simplify file manipulation inside the game.