Skip to content
Discussion options

You must be logged in to vote

On the latest axmol dev branch, 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:

  • Disable multithreading support
  • Disable WebAssembly SIMD instructions

Replies: 11 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

halx99
Aug 3, 2025
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

halx99
Sep 5, 2025
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

halx99
Sep 19, 2025
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by halx99
Comment options

You must be logged in to vote
0 replies
Comment options

halx99
Sep 19, 2025
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
4 participants
Converted from issue

This discussion was converted from issue #2619 on September 19, 2025 16:14.