This repository has been archived on 2026-09-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2023-12-18 02:31:37 +02:00
..
2021-11-03 14:12:47 +02:00
2020-01-11 00:54:05 +02:00
2023-12-18 02:31:37 +02:00

Build for iOS


Wasm3 running on iPhone 8

Install Xcode, then open and build the project as usual.

Note: Xcode runs apps in Debug mode by default. Select Release mode for significantly better performance.

You can also build the project from command line:

xcodebuild build -scheme wasm3 -project wasm3.xcodeproj -configuration Release -destination 'platform=iOS Simulator,name=iPhone 11,OS=16.2'