JetBrains / kotlin-playground

Self-contained component to embed in websites for running Kotlin code
https://jetbrains.github.io/kotlin-playground/examples/
Apache License 2.0
447 stars 80 forks source link

Add JS and Wasm for 2.0.x version #197

Closed zoobestik closed 8 months ago

zoobestik commented 9 months ago

Fix issues: ✅ Fix for passing data-target-platform=js-ir ✅ Accept JS_IR for 2.0.x

Chore: ⚠️ update playwright deps.

Add tests: ➕ Platforms restrictions › JS_IR for unsupported version ➕ Platforms restrictions › JS_IR for supported by minor version ➕ Platforms restrictions › JS_IR for supported by major version ➕ Platforms restrictions › WASM for unsupported version ➕ Platforms restrictions › WASM for supported by minor version [chromium only] ➕ Platforms restrictions › WASM for supported by major version [chromium only]