Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wabt: revision bump for linux bottle
Fix relocation error when linking shared libraries on Linux ``` /home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: /home/linuxbrew/.linuxbrew/lib/libwabt.a(binary-reader.cc.o): relocation R_X86_64_PC32 against symbol `stderr@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC /home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status ``` build log re, https://github.com/Homebrew/homebrew-core/actions/runs/12369250671/job/34520913923#step:4:4511 Signed-off-by: Rui Chen <[email protected]>
- Loading branch information