-
Notifications
You must be signed in to change notification settings - Fork 6
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
"PHP is compiled or limited to using 32-bit integers" #44
Comments
With seanmorris/php-wasm#48 and seanmorris/php-wasm#49 I've got builds running locally to try toggling |
|
This patch allows silencing the warning: https://github.com/mglaman/wasm-drupal/blob/main/patches/system-reqs-wasm.patch |
@mglaman I was interested in exploring WASM64 but haven't had time recently. What issues did you run into? |
I didn't get far with WASM64, I just tried the big int support. It didn't "just work" so I bailed. I had errors along the way. I didn't spend too much time on it due to competing priorities. |
We need to work on seanmorris/php-wasm#44 to fix 2038 problem
The text was updated successfully, but these errors were encountered: