-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracker for pre-built dynamic modules and grammars for Apple Silicon (M1) #197
Comments
Binaries for Apple Silicon are available starting from elisp-tree-sitter 0.16.1 and tree-sitter-langs 0.10.13. |
I'm on an M1 Pro, but I don't seem to be able to fetch the correct prebuilt binary when installing from package.el
|
Looks like |
Still not work |
Still not working^2 m1 pro |
I think it would be good to create a standardized GitHub workflow action that would parsers developers to publish for all relevant platforms. The problem of cross-compling for arm64 would then only have to be solved once for all parser consumers. |
With PR #206, I was able to get past the compile error I use straight.el and did the following:
|
Great work! Thank you very much! |
Yes, great work and thank you. TreeSitter highlighting adds just a bit more context to Ruby syntax highlighting. |
tsc-dyn
: 48b0679aarch64-apple-darwin
.tsc-dyn
: 48b0679tsc-dyn-get
to download platform-specific binaries #206This will fix #88. Related: #166 and emacs-tree-sitter/tree-sitter-langs#36
The text was updated successfully, but these errors were encountered: