PyMiniRacer icon indicating copy to clipboard operation
PyMiniRacer copied to clipboard

Are you able to provide support for the AArch32 architecture?

Open 102757017 opened this issue 1 year ago • 1 comments

My Raspberry Pi system is running 32-bit Bullseye, and I'm unable to install this package on it.

102757017 avatar Jul 29 '24 09:07 102757017

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.

bpcreech avatar Feb 02 '25 23:02 bpcreech