PyMiniRacer
PyMiniRacer copied to clipboard
Are you able to provide support for the AArch32 architecture?
My Raspberry Pi system is running 32-bit Bullseye, and I'm unable to install this package on it.
Hi! This could be a useful contribution if you or anyone wants to put it together.
It would require both interesting edits to build.yml to run aarch32 on emulation, and some edits to v8_build.py to set some flags in the v8 build process (which does support aarch32 / armv7 last I looked). As a trivial change we'd need to disable v8_is_using_sandbox on aarch32 since the sandbox security feature of v8 requires 64-bit pointers.