JerryI / wolfram-js-frontend

Dynamic Notebook Environment for Wolfram Language written in Javascript
https://jerryi.github.io/wljs-docs/
GNU General Public License v3.0
305 stars 13 forks source link

is it possible to use github action to build? #306

Open asukaminato0721 opened 21 hours ago

asukaminato0721 commented 21 hours ago

since #197 , and https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/ so the official provides it.

JerryI commented 19 hours ago

In principle it should be possible. To build Electron - no issues, the major one is CSockets interface with libuv. As far as I know libuv is available for all Arm64 platforms, then an internal libraries from LibraryLink might be an issue.