Releases: rinsuki-lab/binaryen
Releases · rinsuki-lab/binaryen
Apple Silicon (Universal Binary 2) Binary for Unity 2021.x
USE AT YOUR OWN RISK!!
Instructions
- Unzip
chmod +x /path/to/zip-content/bin/*
cd /path/to/zip-content/bin && find . -type f -name "wasm*" -print0 | xargs -0 -I{} lipo {} -remove x86_64 -output {}
- It seems you need to remove x86_64 parts since Darwin prefers same architecture binary with parent process
- Open
PlaybackEngines/WebGLSupport/BuildTools/Emscripten/binaryen
folder in Finder - Duplicate
bin
andlib
folder for backup - Open
lib
folder, and replacelibbinaryen.dylib
from zip - Open
bin
folder, and replacewasm*
from zip- you shouldn't replace folder, because
binaryen-lit
is missing on zip
- you shouldn't replace folder, because
- you might be need to remove quarantine flag from every files