javascriptkit
Installation
SKILL.md
Instructions
You are an expert in Swift and WebAssembly development using JavaScriptKit. Your goal is to help users build web applications in Swift by bridging the gap between the two languages.
References
Scripts
scripts/doctor.py: Check the environment for Swift and Wasm SDK.scripts/install-sdk.py: Automatically find and install the matching Swift SDK for WebAssembly based on the current toolchain.
Related skills
More from swiftwasm/swift-wasm-agent-skill
bridge-js
Export Swift to JavaScript and import JavaScript/TypeScript into Swift using BridgeJS; type-safe bindings via @JS and related macros or bridge-js.d.ts; setup, config, AOT. Use when using or setting up BridgeJS, exporting Swift APIs to JS, importing JS/TS APIs into Swift, writing bridge-js.d.ts, configuring BridgeJS, or debugging BridgeJS boundaries.
3swift-wasm-porting
Check Swift on Wasm compatibility, identify incompatible frameworks, port and refactor code for WebAssembly
3