Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial support for Swift export #723

Open
wants to merge 4 commits into
base: 2.0.0-beta2-prepare
Choose a base branch
from

Conversation

sbogolepov
Copy link

Some notes:

  • We re-use Kotlin/Wasm stdlib klib to avoid downloading huge Kotlin/Native distribution. Should be fine as for now, Swift export supports a limited set of declarations from stdlib.
  • Re-use existing endpoints for js/wasm translation.
  • All Analysis API & Swift export dependencies are hidden in a separate module to avoid cluttering the main build.gradle.kts.

There might be bugs. We will squash them as soon as possible :)

sbogolepov and others added 3 commits May 17, 2024 13:34
Minor hack: use wasm stdlib to avoid downloading the whole K/N distribution
@nikpachoo
Copy link
Collaborator

DO NOT MERGE IT.
The Swift export works on RC2.

@nikpachoo
Copy link
Collaborator

A note for the devs: in prod, we use "swift-export-v1" branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants