hlorenzi / customasm

💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
Apache License 2.0
720 stars 56 forks source link

Feature Request: Compile for MacOS in release section. #140

Open benjamanderson10 opened 2 years ago

hlorenzi commented 2 years ago

If you could contribute a modification to the GitHub Actions pipeline to generate MacOS binaries, that would be greatly appreciated! I'm not too familiar with MacOS myself, and I don't have a way to test the generated binaries.

ivan-pi commented 1 year ago

As a temporary workaround for any MacOS users, you can install Rust/Cargo:

$ curl https://sh.rustup.rs -sSf | sh
$ source $HOME/.cargo/env
$ cargo install customasm
$ customasm -v
customasm v0.12.0 (x86_64-apple-darwin)
https://github.com/hlorenzi/customasm