orca/src/ext/wasm3/platforms/ios
Ben Visness 29cb9f50e4 Add commands to deal with Orca source code:
- Add a vendor commands
- Add a command that helps you set up a C compiler
- Move ext into the src folder
- Update Mac build scripts for consistency
- Update Windows batch scripts
2023-09-16 17:54:56 +02:00
..
wasm3 Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
wasm3.xcodeproj Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
.gitignore Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
README.md Add commands to deal with Orca source code: 2023-09-16 17:54:56 +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'