I found a few issues when I tried to build the project on my Mac. Most notable were:
Wine emulation required for this project is not supported in macOS 10.15, due to having dropped 32-bit binaries support. Fortunately a downgrade to 10.14 is not too complex.
Apple's gcc is not compatible with the project, due to missing experimental/filesystem. It was added in 10.15, but this is not supported (see above)
Brew's gcc is not compatible due to missing certain headers in 10.14. I could workaround this with LLVM.
I could not get mwasmarm_patcher to work with any newer gcc than Brew's gcc@5.
In macOS, sha1sum is not available, instead shasum should be used
P.S.: If you have any concerns with modifying these files, it's fine for me, and it can be closed. Just wanted to leave a PR for anyone finding issues building the project in their own Mac in the future.
I found a few issues when I tried to build the project on my Mac. Most notable were:
P.S.: If you have any concerns with modifying these files, it's fine for me, and it can be closed. Just wanted to leave a PR for anyone finding issues building the project in their own Mac in the future.