You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wasm3/platforms/ios
Max Graey 536328213b
Improve ios example (#95)
4 years ago
..
wasm3 Improve ios example (#95) 4 years ago
wasm3.xcodeproj Remove Readme from sources 5 years ago
.gitignore Add iOS platform 5 years ago
README.md Add explanation that image is taken on iPhone 8 5 years ago

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'