php-wasm icon indicating copy to clipboard operation
php-wasm copied to clipboard

PHP in Browser, powered by WebAssembly. Original Project by Oraoto, ES6 & Clang Upgrades by Sean Morris.

Results 40 php-wasm issues
Sort by recently updated
recently updated
newest added

Trying to run `make` ends with this error: ``` + USERID= + docker-compose -p phpwasm run --rm -e PKG_CONFIG_PATH=/src/lib/lib/pkgconfig -e PRELOAD_ASSETS=preload/ -e INITIAL_MEMORY=1024MB -e ENVIRONMENT=web -e EMCC_ALLOW_FASTCOMP=1 emscripten-builder cp -v...

I am trying to add --with-curl so that I can run a wordpress plugin. I started just by trying to build the php-wasm package with no changes. I get the...

could you publish a more modern version with newer breaking target support, say es2022 syntax

I've read the README file and it is said that I can use emscripten to manually build it but I don't understand how to do it. It is said to...

Hello, here is a new frontend learner. I assume that php-wasm is used in browsers, and am then confused by the fact that its distribution is via npm. I think...

I tried to run the wasm php-shell.wasm with wasmer (https://github.com/wasmerio/wasmer) but it returned with the following error: ``` $ wasmer run dist/php-shell.wasm thread '' panicked at 'index out of bounds:...

Instead of creating files upfront, I'd like to see the ability to create them on a fly (for the performance reasons). For example when FS.open() is called and the file...

Thanks for your work on this! It would be great if there could be a build for Deno. I [managed to get it working](https://github.com/ascorbic/php-edge) using the worker build, via esm.sh,...

> Module not found: Can't resolve 'asm2wasm' in node_modules/php-wasm It happens when I'm trying to run `PhpWebDrupal` in the app by: ``` const PhpWebDrupal = (await require('php-wasm/PhpWebDrupal')).PhpWebDrupal; ``` In comparison,...

Trying to build the target _php-web-drupal.wasm_ in the Makefile from a clean repo, everything compiles successfully but I'm getting the following errors when loading the demo page: ![php-web-drupal-error](https://user-images.githubusercontent.com/31731754/173128628-e2a39e37-27e1-4a5a-946c-ee576c0a8e13.png) If I...