diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index bd65633d8..b8c159031 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -84,7 +84,7 @@ Compose is currently published in two separate variants: === "Before v3.0.0-alpha01" - Compose for iOS and Web (JS/Canvas, not Wasm) are supported and published from a separate branch: `compose-experimental`. This means that a special version suffix for all Decompose modules is required when configuring dependencies. + Compose for iOS and Web (JS/Canvas, not Wasm) are supported and published from a separate branch: `compose-experimental`. This means that a special version suffix for all Decompose modules is required when configuring dependencies. Please note that Wasm target is not supported on versions older than v3.0.0-alpha01. === "Groovy" @@ -104,9 +104,6 @@ Compose is currently published in two separate variants: All Compose variants (Android, JVM/Desktop, Native/iOS, Native/macOS, JS/Canvas, Wasm) are published from the main branch, please add dependencies as usual (no version suffixes required). -!!!warning - Wasm target is not yet supported. Please follow [issue #74](https://github.com/arkivanov/Decompose/issues/74) for more information and updates. - ## Extensions for Android views The `extensions-android` module provides extensions to connect Android views (older alternative to Compose UI) to Decompose components. Please head to the corresponding [documentation page](../extensions/android.md) for more information.