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

Ilgonmic/2 module compilation

Open ilgonmic opened this issue 9 months ago • 0 comments

Now wasm can compile only user code, and libraries are provided statically. So server can return versions of skiko and stdlib (for stdlib hash is used). Then based on these "versions" playground has to get static files from static server, versions are necessary for caching. The all wasm files are instantiated correctly

ilgonmic avatar Jan 28 '25 14:01 ilgonmic