| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This amends e79fd60. I'll not fix this for 'F'/'D' complex types as they might be removed.
|
On WASI, ALIGNOF_MAX_ALIGN_T is 16 bytes and struct.calcsize("Zd") is 16 bytes. WASI is a 32-bit platform (sys.maxsize is 2147483647). Maybe we should only test formats up to 4 bytes? Would it make sense to use MAX_ALIGN = struct.calcsize('P')? |
Sorry, something went wrong.
As you see from the commit history, just removing the 'Zd' type - works. But I would like to use a more generic solution. |
Sorry, something went wrong.
I would prefer to not build list("bBhHiIlLefd") + ['Zf', 'Zd'] list at each NATIVE iteration, but it's not a big deal. I merged your PR. Thanks for additional tests. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This amends e79fd60.