petertrr / kotlin-multiplatform-diff

Multiplaform kotlin library for calculating text differences. Based on java-diff-utils, supports JVM, JS and native targets.
Apache License 2.0
84 stars 5 forks source link

Support WebAssembly targets #111

Closed lppedd closed 4 months ago

lppedd commented 4 months ago

Being WebAssembly is progressing at a fast pace, the more WASM-enabled libraries, the better.

Updating to 1.9.24 is required for using Node.js 22.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.26%. Comparing base (06b7c72) to head (3aae232).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #111 +/- ## ============================================ + Coverage 84.17% 84.26% +0.09% Complexity 151 151 ============================================ Files 22 22 Lines 537 534 -3 Branches 89 89 ============================================ - Hits 452 450 -2 + Misses 58 57 -1 Partials 27 27 ``` | [Flag](https://app.codecov.io/gh/petertrr/kotlin-multiplatform-diff/pull/111/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Trifanov) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/petertrr/kotlin-multiplatform-diff/pull/111/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Trifanov) | `84.26% <ø> (+0.09%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Trifanov#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.