DelSkayn / rquickjs

High level bindings to the quickjs javascript engine
MIT License
434 stars 59 forks source link

Add bindings for LoongArch64 #248

Open heiher opened 5 months ago

heiher commented 5 months ago

Add support for LoongArch64 (A tier-2 with host tools target). This pull request aims to achieve basic usability. Cross-compilation toolchain support for the LoongArch on the Ubuntu is still in progress, and I will add CI support at an appropriate time in the future.

DelSkayn commented 2 months ago

Hi, I am not going to merge bindings without supporting CI.

Bindings break quickly without supporting CI and having to manually update all these binding each time a change happens is too much work to support.