|
Replies: 11 comments
|
If it helps, @paulocoutinhox games here https://paulocoutinho.itch.io/gamemania are made with an older version of Axmol and they work on iOS 15.8. Something that changed in Axmol from that version to the newer might be the reason? If @paulocoutinhox is around, which Axmol version did you use for GameMania? |
|
Hi, Mine is using a version from "Mar 12, 2025", i don't know what version exactly it is using, because im always use "master" version. |
|
@halx99 do you use the emscripten v3 or v4? You changed the version not long time ago, that could be a clue |
I have test both emsdk 3.x and 4.x, not work |
|
Hi, I have updated to latest version of axmol 2.x: |
|
Not working on my iPhone with iOS 16.0.3 |
|
On the latest axmol axmol -p wasm -xc '-DAX_WASM_THREADS=0,-DAX_WASM_ISA_SIMD=none'Key points:
|
|
@halx99 can we set AX_WASM_ISA_SIMD=none in the CMakeList? What are SIMD used for? |
No, the options should for older device |
On the latest axmol
devbranch, the following build command produces a WASM binary that runs on older iPhone devices,such as iPhone 7 with iOS 15.8.4:
axmol -p wasm -xc '-DAX_WASM_THREADS=0,-DAX_WASM_ISA_SIMD=none'Key points: