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

Add WebAssembly target #334

Merged
merged 22 commits into from
Nov 14, 2023
Merged

Add WebAssembly target #334

merged 22 commits into from
Nov 14, 2023

Commits on Nov 13, 2023

  1. Add WebAssembly target

    Same implementation as in K/JS but without @JsName annotations
    skuzmich authored and mvicsokolova committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6605824 View commit details
    Browse the repository at this point in the history
  2. Transformation task for wasm

    igoriakovlev authored and mvicsokolova committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    fc4a6b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6c422d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9a340c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db9f965 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f84341 View commit details
    Browse the repository at this point in the history
  7. Wasm 1.9.20 platform

    igoriakovlev authored and mvicsokolova committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    54f2fec View commit details
    Browse the repository at this point in the history
  8. Ignore of new MPP inspections

    igoriakovlev authored and mvicsokolova committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5736f2d View commit details
    Browse the repository at this point in the history
  9. AMMEND

    igoriakovlev authored and mvicsokolova committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d72b403 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d9659b0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c0566c5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1dadd03 View commit details
    Browse the repository at this point in the history
  13. AMMEND (upgrade kotlin to 1.9.20)

    AMMEND
    igoriakovlev authored and mvicsokolova committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b58cc61 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b3b7573 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e10743b View commit details
    Browse the repository at this point in the history
  16. Update build.gradle

    Co-authored-by: Filipp Zhinkin <filipp.zhinkin@gmail.com>
    mvicsokolova and fzhinkin authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7646c47 View commit details
    Browse the repository at this point in the history
  17. Update atomicfu/src/jsMain/kotlin/kotlinx/atomicfu/OptionalJsName.kt

    Co-authored-by: Filipp Zhinkin <filipp.zhinkin@gmail.com>
    mvicsokolova and fzhinkin authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e297675 View commit details
    Browse the repository at this point in the history
  18. Update atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/OptionalJsName.kt

    Co-authored-by: Filipp Zhinkin <filipp.zhinkin@gmail.com>
    mvicsokolova and fzhinkin authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    02ed0db View commit details
    Browse the repository at this point in the history
  19. Readme fixup

    mvicsokolova committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    53ec20e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    59a8a52 View commit details
    Browse the repository at this point in the history
  2. Removed @Suppress("ACTUAL_CLASSIFIER_MUST_HAVE_THE_SAME_MEMBERS_AS_NO…

    …N_FINAL_EXPECT_CLASSIFIER")
    mvicsokolova committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1161b06 View commit details
    Browse the repository at this point in the history
  3. Changed id of the warning: @Suppress("ACTUAL_CLASSIFIER_MUST_HAVE_THE…

    …_SAME_MEMBERS_AS_NON_FINAL_EXPECT_CLASSIFIER_WARNING")
    mvicsokolova committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    50bb985 View commit details
    Browse the repository at this point in the history