Apple M-series chips support
Open
- Dominant language
- Go
- Stars
- 257
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
If you use supermonkey on an Apple M-series chip, you will get an error like this
github.com/cch123/supermonkey/internal/bouk
../../../../vendor/github.com/cch123/supermonkey/internal/bouk/replace.go:24:14: undefined: JmpToFunctionValue
Compilation finished with exit code 1
We can change the GOARCH environment variable to amd64 to run the test cases with supermonkey, but this will cause the debug function to be unavailable
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.