Skip to content

Conversation

gengjiawen
Copy link
Contributor

Not fully tested since I don't have arm64 linux devices

@devsnek
Copy link
Owner

devsnek commented Feb 1, 2023

I do happen to have an arm64 linux device, I'll try to get this tested and merged soon!

@gengjiawen
Copy link
Contributor Author

@devsnek ping

@gengjiawen gengjiawen changed the title feat: support quickjs arm64 feat: support quickjs arm64 and linux and macOS Apr 28, 2023
@gengjiawen
Copy link
Contributor Author

ping

@gengjiawen gengjiawen force-pushed the feat/quickjs branch 2 times, most recently from 109d29f to 8071482 Compare July 31, 2023 07:12
@gengjiawen
Copy link
Contributor Author

PTAL

@gengjiawen gengjiawen requested a review from devsnek October 26, 2023 02:55
if (['darwin-arm64', 'darwin-x64', 'linux-arm64'].includes(platform)) {
return fetch('https://api.github.com/repos/napi-bindings/quickjs-build/releases')
.then((r) => r.json())
.then((b) => b[0].tag_name);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't think this is inherently sorted the way you might expect. see graal for example.

Comment on lines +48 to +50
if (platform === 'darwin-arm64') {
return `https://github.com/napi-bindings/quickjs-build/releases/download/${version}/qjs-macOS-arm64.zip`;
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think these could all be collapsed into

`https://github.com/napi-bindings/quickjs-build/releases/download/${version}/${getFilename()}.zip`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants