fun getVersionedSkikoWasm()

in src/main/kotlin/com/compiler/server/controllers/ResourceRestController.kt [38:40]


  fun getVersionedSkikoWasm(@Value("\${kotlin.version}") version: String): ResponseEntity<Resource> {
    return cacheableResource("/com/compiler/server/skiko.wasm", MediaType("application", "wasm"))
  }