Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add first battery of e2e tests for PHP #7

Open
ereslibre opened this issue Nov 4, 2022 · 1 comment
Open

Add first battery of e2e tests for PHP #7

ereslibre opened this issue Nov 4, 2022 · 1 comment

Comments

@ereslibre
Copy link
Contributor

Add a first battery of simple PHP scripts that are executed with the PHP runtime built to WebAssembly. The result and timing of execution should be compared to the same PHP version, but built for a common architecture, such as x86_64.

Additionally, fuzzing could be added to this tests, so that we are able to detect error conditions that only happen in the wasm32-wasi target and not in a common architecture such as x86_64.

@jedjones-uk
Copy link

Please include at least one of the major frameworks doing simple operations. It's more than just a script but will represent a far better real world picture of the potential users. Anyone in the PHP world exploring a Wasm Based runtime is not going to be just writing a script or so.

https://symfony.com/
https://laravel.com/

These are probably the two biggest right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants