Skip to content

Commit 894b1b5

Browse files
authored
docs: update Kotlin/Wasm to Beta in some missed places (#5173)
1 parent 4865a5d commit 894b1b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/topics/wasm/wasm-js-interop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As with [Kotlin/JS](js-overview.md), the Kotlin/Wasm compiler also has interoper
88
familiar with Kotlin/JS interoperability, you can notice that Kotlin/Wasm interoperability is similar. However,
99
there are key differences to consider.
1010

11-
> Kotlin/Wasm is [Alpha](components-stability.md). It may be changed at any time. Use it in scenarios before production.
11+
> Kotlin/Wasm is [Beta](components-stability.md). It may be changed at any time. Use it in scenarios before production.
1212
> We would appreciate your feedback in [YouTrack](https://youtrack.jetbrains.com/issue/KT-56492).
1313
>
1414
{style="note"}

docs/topics/wasm/wasm-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ WASI provides a secure standard interface for running Kotlin applications compil
6464

6565
## Kotlin/Wasm performance
6666

67-
Although Kotlin/Wasm is still in Alpha, Compose Multiplatform running on Kotlin/Wasm already shows encouraging performance
67+
Although Kotlin/Wasm is still in Beta, Compose Multiplatform running on Kotlin/Wasm already shows encouraging performance
6868
traits. You can see that its execution speed outperforms JavaScript and is approaching that of the JVM:
6969

7070
![Kotlin/Wasm performance](wasm-performance-compose.png){width=700}

0 commit comments

Comments
 (0)