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
Steven Massey 355285d8d6
ios fix
3 years ago
..
wasm3 Update API usage. Fix #193 3 years ago
wasm3.xcodeproj ios fix 3 years ago
.gitignore Add iOS platform 5 years ago
README.md Update docs 3 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'