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

Publishing latest version on npm with node build #6

Closed lubomirblazekcz closed 3 years ago

lubomirblazekcz commented 3 years ago

https://www.npmjs.com/package/php-wasm

Latest version on npm is 0.0.1-b and there is no build for node. Would love to try this and run php in nodejs.

notdefine commented 3 years ago

Hi evromalarkey,

the npmjs package is based on oraoto/pib, not on this branch. So, you must compile (this repository) and add the compiled files by hand.

I just had some fun with PHP in Browser with https://gitlab.com/notdefine/php-wasm-frontend-framework

greeting Thomas

seanmorris commented 3 years ago

https://www.npmjs.com/package/php-wasm

I've published the latest version which runs PHP 7.4.20. Sorry it took so long, I haven't had much time for this project lately but I should be able to keep an eye on it now.

Let me know how it runs.