GustavoM@lemmy.world to JavaScript@programming.devEnglish · edit-211 months agoHow do I compile a html javascript package into a single, static binary?message-squaremessage-square11fedilinkarrow-up16arrow-down11file-text
arrow-up15arrow-down1message-squareHow do I compile a html javascript package into a single, static binary?GustavoM@lemmy.world to JavaScript@programming.devEnglish · edit-211 months agomessage-square11fedilinkfile-text
minus-squaremoreeni@lemm.eelinkfedilinkarrow-up1arrow-down1·edit-211 months agoJS is an interpeted language, you can’t bundle stuff into a single binary. A “single binary” will require an interpreter to be bundled too, like Electton does
JS is an interpeted language, you can’t bundle stuff into a single binary. A “single binary” will require an interpreter to be bundled too, like Electton does