- WebGPU implementation for the Deno JavaScript/TypeScript runtime The following binaries: cts_runner - WebGPU Conformance Test Suite runner using deno_webgpu. player - standalone application for replaying the API traces. wgpu-info - program that prints out information about all the adapters on the...
Native iOS (Kotlin/Native) + Objective-C Note that the necessary bridges are built using Objective-C instead of Swift, so the application won't include Swift's runtime. ./gradlew iosBuildSimulatorDebug#Creates an APP file./gradlew installIosSimulatorDebug#Installs an APP file in the simulator...
Mario Zupan I'm a self-employed Software Engineer and Trainer living in Vienna, Austria. I've worked at several companies and in multiple fields building, maintaining and operating distributed systems at scale using Java, Kotlin, Node, Go and Rust. I also taught advanced software engineering ...
ps1: Location of code of the jobs: Like for the (already implemented) Job Monitor, the code is located inside the ORT Server repository. The Kotlin/Gradle Module System provides modules for specific purposes, e.g. for database access or for common functionality used by workers. This allows ...
cd impls/jq STEP=stepA_YYY ./run # with Debug DEBUG=true STEP=stepA_YYY ./run KotlinThe Kotlin implementation of mal has been tested with Kotlin 1.0.cd impls/kotlin make java -jar stepX_YYY.jar LiveScriptThe LiveScript implementation of mal has been tested with LiveScript 1.5....
rhino-all: This creates an "all-in-one" JAR that includesrhino-runtime,rhino-tools, andrhino-xml. This is what's used if you want to run Rhino using "java jar". rhino-kotlin: Enhanced support for code written in Kotlin,see the details. ...
implementation("org.jetbrains.jewel:jewel-ide-laf-bridge-[platform version]:[jewel version]")//Do not bring in Material (we use Jewel) and Coroutines (the IDE has its own)api(compose.desktop.currentOs) { exclude(group="org.jetbrains.compose.material") exclude(group="org.jetbrains.kotlinx"...
one implementation per ecosystem/runtime (e.g. 1 implementation in Java and no Kotlin/Scala/Closure, 1 in TS that will serve JS as well etc.) substitutions will be performed only for primitive types API The public API is composed by a single method(in Java for simplicity): String expand...
emits JavaScript and WebAssembly that runs in a browser. Its close relative is the well-known GWT. The main difference is that TeaVM does not require source code, only compiled class files. Moreover, the source code is not required to be Java, so TeaVM successfully compiles Kotlin and ...
goja - ECMAScript 5.1(+) implementation in Go. golua - Go bindings for Lua C API. gopher-lua - Lua 5.1 VM and compiler written in Go. gval - A highly customizable expression language written in Go. metacall - Cross-platform Polyglot Runtime which supports NodeJS, JavaScript, TypeScript...