top | item 46767718

(no title)

cdaringe | 1 month ago

APE is referenced a few times. Can you expand on how you leverage it in the underlying transfer tool? Seems all python—i expected some C

discuss

order

bear330|1 month ago

I actually wrote a section about this here: https://github.com/nuwainfo/ffl?tab=readme-ov-file#porting-t.... In short, I used superconfigure the project’s ported Python APE, rewrote all C extensions into Python APE as built-in extensions, modified libraries like aiortc to use them, and finally resolved several tricky porting issues across platforms. It was a tough process, but I managed to get it working successfully :)