php-wasm
php-wasm copied to clipboard
Global install results in "No rule to make target 'image'" error
To recreate, follow the readme instructions for build in place:
-
$ npm install -g php-wasm
(completes successfully) -
$ php-wasm image
results in:
make: *** No rule to make target 'image'. Stop.
I've tried this on a MacOS host as well as a default gitpod workspace container with the same result.
Me too
same
Me too :(
@ashooner @ATLAbanana35 @jbreuer95 @kazzkzpk Sorry for the misstep there! You'll need to use the php-wasm-builder
package for that. Things were getting a little too big for CDNs like unpkg & jsdeliver, so I had to break things up, but everything is still in one github repository.
The readme has been updated!