rathann
rathann
When running version 95 tests on a big-endian machine like s390x, I get the following test error: ``` ./check.py --binaryen-bin s390x-redhat-linux-gnu/bin warning: no mozjs found (did not check native wasm...
When building wabt-1.0.36 with GCC 15 (Fedora 42 and rawhide) and running the testsuite on ppc64le ``` - test/wasm2c/spec/float_exprs.txt expected error code 0, got 1. STDERR MISMATCH: --- expected +++...
`ByteString` was [deprecated](https://docs.python.org/3.12/whatsnew/3.12.html#deprecated) in Python 3.12 and [removed](https://docs.python.org/3.14/whatsnew/3.14.html#collections-abc) in 3.14. `collections.abc.Buffer` is available since Python 3.12. Fixes #238 .
Fixes build with Qt6. `QStringView` is available since Qt 5.10: https://doc.qt.io/qt-5/qstringview.html Resolves #2200 .