tree: 52fa56928b28b4728d89cd1e25b7d8dd5cafde27 [path history] [tgz]
  1. build/
  2. .gitignore
  3. benchmark.js
  4. build.log
  5. build.sh
  6. empty-main-function.patch
  7. hook-print.patch
  8. jstag-workaround.patch
  9. README.md
  10. skiko-disable-instantiate.patch
  11. use-beta-toolchain.patch
Kotlin-compose/README.md

Kotlin/Wasm Compose Multiplatform Benchmark

Citing https://github.com/JetBrains/compose-multiplatform:

Compose Multiplatform is a declarative framework for sharing UIs across multiple platforms with Kotlin. [...] Compose for Web is based on Kotlin/Wasm, the newest target for Kotlin Multiplatform projects. It allows Kotlin developers to run their code in the browser with all the benefits that WebAssembly has to offer, such as good and predictable performance for your applications.

Build Instructions

See or run build.sh. See build.log for the last build time, used sources, and toolchain versions.

Running in JS shells

To run the unmodified upstream benchmark, without the JetStream driver, see the upstream repo, specifically https://github.com/JetBrains/compose-multiplatform/blob/master/benchmarks/multiplatform/README.md