orca/ext/wasm3/platforms/ios
Martin Fouilleul 17c0f02962 orca runtime initial commit 2023-04-12 16:21:03 +02:00
..
wasm3 orca runtime initial commit 2023-04-12 16:21:03 +02:00
wasm3.xcodeproj orca runtime initial commit 2023-04-12 16:21:03 +02:00
.gitignore orca runtime initial commit 2023-04-12 16:21:03 +02:00
README.md orca runtime initial commit 2023-04-12 16:21:03 +02:00

README.md

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=13.3'