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
Volodymyr Shymanskyy e242879e7c
Update docs
5 years ago
..
wasm3 Add iOS platform 5 years ago
wasm3.xcodeproj Add iOS platform 5 years ago
.gitignore Add iOS platform 5 years ago
README.md Update docs 5 years ago

README.md

Build for iOS

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

Note: Xcode runs apps in Debug mode by default. Select Release mode for signignificantly 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'