(Proof of concept) Swift Canister Development Kit for the Internet Computer.
nix develop
cd Examples/API
cdk-swift-build API
dfx start --clean --host 127.0.0.1:0
dfx deploy --network http://127.0.0.1:$(dfx info webserver-port) --no-wallet API_backend
To debug Wasm in the browser:
python3 -m http.server 1234
- Importing
Foundation
produces a Wasm binary that exceeds the file size limit for deployment.