Long term it would be nice to have some OS specific installers ala apt, homebrew, etc to pull this package. That's a lot of effort and a lot of maintenance we don't want to pay now. Cloning the github repo and building is a tad too many steps involved, so my best idea for starters is to publish the emulator on crates.io. That way we can at least do cargo install as a shorthand that should work on all platforms. Still requires Rust and whatnot, but it's one step closer to the ideal which is also cross platform.
Long term it would be nice to have some OS specific installers ala apt, homebrew, etc to pull this package. That's a lot of effort and a lot of maintenance we don't want to pay now. Cloning the github repo and building is a tad too many steps involved, so my best idea for starters is to publish the emulator on crates.io. That way we can at least do
cargo installas a shorthand that should work on all platforms. Still requires Rust and whatnot, but it's one step closer to the ideal which is also cross platform.