REGoth icon indicating copy to clipboard operation
REGoth copied to clipboard

Emscripten build

Open Kukunin opened this issue 7 years ago • 1 comments

It'd cool to have emscipten build with instruction.

  • separate process of building *.dat file from main compilation
  • add authentic UI on HTML
  • add progress bar of loading since *.dat is huge
  • write instruction

Kukunin avatar Oct 20 '17 20:10 Kukunin

Instead of putting everything into the dat at compile time, we should use the installer extractor like android uses. Should be pretty simple with emscripten, too.

That way we can offload the huge package from our server and use something like github-pages, which allows only 100mb per site.

ataulien avatar Oct 20 '17 20:10 ataulien