php-wasm icon indicating copy to clipboard operation
php-wasm copied to clipboard

Package files missing

Open kenorb opened this issue 3 years ago • 1 comments

Package file defines files such php-web.js, but this file isn't part of this repository. Can you include these files, or they're part of another repository? Should I look into oraoto/pib repo instead? Also, all files are minimalized, maybe it's more useful to include the original files with their original formatting? Then minimalize then on build? Otherwise there is no easy way to propose any new changes (against files which are missing or minimalized versions).

kenorb avatar Aug 14 '22 16:08 kenorb

Those are build artifacts, which I usually try not to commit to a source repository. They files are all available in the npm package, as well as on unpkg, though. The package is a little large, so you might need to refresh unpkg if the link errors out the first time.

You can also produce those files by running make.

Does that give you what you need?

seanmorris avatar Jan 25 '24 00:01 seanmorris