kotlin-playground
kotlin-playground copied to clipboard
Ilgonmic/2 module compilation
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