php-wasm
php-wasm copied to clipboard
Package files missing
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).
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?