wing
wing copied to clipboard
A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
### I tried this: https://www.winglang.io/docs/ ### This happened: https://www.winglang.io/docs/ ### I expected this: https://www.winglang.io/docs/ ### Is there a workaround? https://www.winglang.io/docs/ ### Anything else? https://www.winglang.io/docs/ ### Wing Version _No response_ ###...
Remove analytics and the sign in modal, since both services are now down.
### I tried this: ```ts // main.w class Foo { static extern "./foo.ts" asStringToken(producer: (): str?): str; } // foo.extern.d.ts (generated by compiler) export default interface extern { asStringToken: (producer:...