swiftwasm
Here are 24 public repositories matching this topic...
This issue is for tracking the overall progress of upstreaming our changes, please post here if you create any new PRs with our changes in the upstream repository:
- [stdlib] fix return type of getNumRuntimeFunctionCounters apple/swift#24182. Status: merged.
- [stdlib] Fix return type of swift_{uint64,int64,float*}ToString h
-
Updated
Apr 1, 2022 - Swift
-
Updated
Oct 30, 2020 - Swift
From reading the docs, it does not appear possible to pass an extra -Xlinker flag when running carton bundle or carton dev
The SwiftWASM book which encourages users to install and Carton, does not mention it when it describes how to export a function: https://book.swiftwasm.org/examples/exporting-function.html
-
Updated
Feb 17, 2022
-
Updated
Jan 30, 2021 - Swift
-
Updated
Mar 27, 2022 - Swift
-
Updated
Apr 18, 2021 - Swift
-
Updated
Mar 2, 2022
-
Updated
Nov 22, 2021 - Swift
-
Updated
Mar 31, 2021 - Swift
-
Updated
Jan 15, 2021 - Swift
-
Updated
Nov 9, 2020 - Swift
-
Updated
Apr 23, 2021 - Swift
-
Updated
Sep 20, 2021 - Swift
-
Updated
Feb 12, 2021 - Swift
-
Updated
Dec 6, 2021 - Swift
Add a button to show touch controls on devices that are not detected as mobile, but do support touch input. (E.g. for the iPad, or laptops with touch support).
This would require detecting if the device supports touch input through JavaScriptKit, then if the device is not mobile (!isMobile && supportsTouch), show a button (maybe beneath the score?) to show controller.
Improve this page
Add a description, image, and links to the swiftwasm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swiftwasm topic, visit your repo's landing page and select "manage topics."
For future reference:
https://github.com/yonaskolb/XcodeGen
https://github.com/tuist/tuist/
We just see that people forget adding new demo files to the demo Xcode project, and this can and should be automated after all.