You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the version catalog, KSP plugin lines in bindgen-api and
bindgen-runtime, the Kotlin/Wasm compiler-compatibility script
(CURRENT_KOTLIN_VERSION), and the version references in the
compatibility guide, README, and CI job name.
KSP 2.3.10 (2026-07-09) is the latest release compatible with Kotlin
2.4.x and fixes the module-suffix sanitization that broke against
Kotlin 2.4.0 default module names. Previous stable row stays pinned
to 2.3.21 to keep cross-line backward compatibility coverage.
| Current (`2.4.0`) |`:bindgen-api` wasmWasi test executable from the working checkout | Decode, validate, instantiate, run the module start function and Kotlin test suite, then cross generated bindgen `begin`/`finish` imports |
9
+
| Current (`2.4.10`) |`:bindgen-api` wasmWasi test executable from the working checkout | Decode, validate, instantiate, run the module start function and Kotlin test suite, then cross generated bindgen `begin`/`finish` imports |
10
10
| Previous stable (`2.3.21`) | The exact same source fixture built in an isolated copied checkout | The identical JVM compatibility test |
11
11
12
12
Run the complete local gate from the repository root:
0 commit comments