DelSkayn / rquickjs

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

Support Windows Arm64 #207

Closed qiyuey closed 2 months ago

qiyuey commented 10 months ago

When Clash Verge wanted to support Windows arm64, we found that rquickjs did not support it, so we hope that rquickjs can support this platform. https://github.com/zzzgydi/clash-verge/issues/230

DelSkayn commented 10 months ago

We don't provide bindings for windows-aarch64 because we don't have CI support for building and testing on that platform. However rquickjs should build on that platform with the bindgen feature enabled.

Did you try to enable the bindgen feature?

arkxfly commented 9 months ago

@DelSkayn Hi, Can you add a section what platform architectures are currently supported? on the repo README?

arkxfly commented 9 months ago

cross-rs supports for windows-aarch64 https://github.com/cross-rs/cross-toolchains#targets