kotlin-playground icon indicating copy to clipboard operation
kotlin-playground copied to clipboard

Support compose wasm

Open ilgonmic opened this issue 1 year ago • 1 comments

It reuses logic with JS canvas, just apply compiled wasm to canvas element.

ilgonmic avatar Jan 30 '24 17:01 ilgonmic

Implemented fetching of skiko.mjs and skiko.wasm from compiler server (https://github.com/JetBrains/kotlin-compiler-server/pull/726) Now skiko.mjs and skiko.wasm fetching (with caching) and executing only once

ilgonmic avatar Apr 29 '24 18:04 ilgonmic