Здравствуйте, Sharowarsheg, Вы писали:
S>2. Отсутствие малвари и спайвари означает отсутствие save/load на локальный диск. Есть save/load — значит, будет и малварь.
Читайте внимательнее:
https://kripken.github.io/emscripten-site/docs/porting/files/file_systems_overview.html#file-system-overview
Emscripten provides a virtual file system that simulates the local file system, so that native code using synchronous file APIs can be compiled and run with little or no change.
Т.е. как обычный Javascript в браузере — save/load в оперативную память или в IndexedDB.
Малварь при таком сценарии невозможна.