-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Looks like it has nothing to do with php-wasm: emscripten-core/emscripten#12087 But there is an experimental flag: emscripten-core/emscripten#17708 https://emscripten.org/docs/tools_reference/settings_reference.html?highlight=memory64#memory64
It's tied to the larger WebAssembly spec: https://github.com/WebAssembly/memory64 |
In
This way it defaults to 32bit, but someone can pass
|
Announcement of support as well: https://v8.dev/features/wasm-bigint |
Actually this shows Memory64 support: https://webassembly.org/features/. It looks like it's all behind feature flags. I wonder if the |
I tried a build with
Looking at the stack trace: |
Also, even with the flag this test failed:
|
|
Running Drupal 10.3, I get the following warning
The text was updated successfully, but these errors were encountered: