php-wasm
php-wasm copied to clipboard
PHP in Browser, powered by WebAssembly. Original Project by Oraoto, ES6 & Clang Upgrades by Sean Morris.
Running Drupal 10.3, I get the following warning > You are running on a system where PHP is compiled or limited to using 32-bit integers. This will limit the range...
fixes #47 local workaround: ``` echo 'docker compose --compatibility "$@"' > /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose ```
The build cannot be made if using `docker compose`, where Compose is a plugin, versus the standalone `docker-compose` binary, which is going away.
Prevent backup archive blob from persisting in memory until leaving demo I was reading https://javascript.info/blob and saw: > The mapping is automatically cleared on document unload, so Blob objects are...
Thanks for this truly mindblowing and potentially revolutionizing piece of technology. Here is a simple PR that should fix #64
Per https://developer.mozilla.org/en-US/docs/Web/API/FetchEvent, event listeners for `FetchEvent` should return responses using `respondWith` or do nothing. The code uses `respondWith` for the PHP response, but then there is an `else` and a...
I'm trying out PhpNode and the following: ```js const php = new PhpNode({ persist: { mountPath: '/persist', localPath: process.cwd() + '/tests/fixtures/' }, sharedLibs: [ await import('php-wasm-zlib'), await import('php-wasm-libzip') ``` All...
I set up a file called `baseurl.php` to debug Symfony request object: ```php