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.
擁有18年軟件開(kāi)發(fā)和IT教學(xué)經(jīng)驗(yàn)。曾任多家上市公司技術(shù)總監(jiān)、架構(gòu)師、項(xiàng)目經(jīng)理、高級(jí)軟件工程師等職務(wù)。 網(wǎng)絡(luò)人氣名人講師,...
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.
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.