We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d26a15 commit ef43e58Copy full SHA for ef43e58
README.md
@@ -1,6 +1,8 @@
1
# cdk-swift
2
3
-Swift Canister Development Kit for the Internet Computer.
+<picture><img src="https://img.shields.io/badge/status%EF%B8%8F-proof%20of%20concept-blueviolet"></picture>
4
+
5
+(Proof of concept) Swift Canister Development Kit for the Internet Computer.
6
7
## Usage
8
@@ -20,3 +22,6 @@ To debug Wasm in the browser:
20
22
```
21
23
python3 -m http.server 1234
24
25
26
+## Known Issues
27
+* Importing `Foundation` produces a Wasm binary that exceeds the file size limit for deployment.
0 commit comments