seanmorris / php-wasm

PHP in Browser, powered by WebAssembly.
https://seanmorris.github.io/php-wasm/
Apache License 2.0
606 stars 32 forks source link

Package files missing #21

Closed kenorb closed 1 week ago

kenorb commented 1 year ago

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).

seanmorris commented 5 months ago

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?