slang icon indicating copy to clipboard operation
slang copied to clipboard

MacOs ARM platform support

Open 0xmemorygrinder opened this issue 1 year ago • 2 comments

Hello,

I tried to use slang on MacOs for extracting AST of a source file and when compiling, I get an error about the ARM architecture not being supported.

Is there a lot of work to support M(1,2,3) Mac devices ? If not, I can do it if it can help

Thank you in advance for your answer

0xmemorygrinder avatar Jul 29 '24 15:07 0xmemorygrinder

@0xmemorygrinder darwin-arm64 is supported, and it has been tested on an M1 successfully: https://www.npmjs.com/package/@nomicfoundation/slang-darwin-arm64

Which arch/version are you using? can you please paste the exact error you are getting?

OmarTawfik avatar Jul 29 '24 17:07 OmarTawfik

@OmarTawfik Iam using the latest version of macos Also, I am using the rust crates and not the npm packages

I'll retry to get the error and paste it there

0xmemorygrinder avatar Jul 29 '24 18:07 0xmemorygrinder

User was trying to install slang not slang_solidity crate. Closing as unrelated.

OmarTawfik avatar Aug 02 '24 19:08 OmarTawfik