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

Build PHP as a 64bit web assembly #1019

Open
adamziel opened this issue Feb 8, 2024 · 1 comment
Open

Build PHP as a 64bit web assembly #1019

adamziel opened this issue Feb 8, 2024 · 1 comment

Comments

@adamziel
Copy link
Collaborator

adamziel commented Feb 8, 2024

PHP timestamps exceed the size od a 32bit integer, leading to issues like #159. Let's explore compiling PHP as a 64 bit web assembly.

See the WebAssembly/memory64 proposal.

Building with -S MEMORY64 produces a binary that may work on Chrome, Firefox, and Node but not on Safari.

@adamziel
Copy link
Collaborator Author

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

No branches or pull requests

1 participant