I want to package the h5 small game I wrote into an exe. The tools I know currently include node-webkit and electron, but the exes they package are too large (100m casually, html javascript may not be 10k ), I would like to ask if anyone knows about other packaging tools, please let me know! The only requirement is that the packaged exe should be as small as possible.
ringa_lee2017-06-05 11:13:49
You can simply take a look at C# winform related, embed a webkit kernel, and then introduce your web page, it should be much smaller.
PHPz2017-06-05 11:13:49
Why is it so big? Because there are a lot of things to be embedded in it. After all, it is not an executable file. To package it as an executable file, you must have some dependent libraries and some interpreters. There is no way.