Registry / build-tool / jtransc-rt-core

jtransc-rt-core

JSON →
library0.6.8javamavenunverified

Core runtime library for JTransc, a JVM AOT compiler targeting JavaScript, C++, and Haxe.

<dependency> <groupId>com.jtransc</groupId> <artifactId>jtransc-rt-core</artifactId> <version>0.6.8</version> </dependency>
INSTALL
IMPORT
SIG · JTRANSC-RT-CORE
J
jtransc-rt-core
build-tooljavav0.6.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JTranscSystem
com.jtransc.JTranscSystem

Check if running in JavaScript target using JTranscSystem.

import com.jtransc.JTranscSystem; public class Example { public static void main(String[] args) { System.out.println(JTranscSystem.isJs()); } }
Debug
Known issues
gotchaJTransc is experimental and may not support all JVM features.
fix
Test thoroughly on target platforms; consider alternative AOT compilers for production.
affects: <=0.6.8
Upgrade
Version history
0.6.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
jtransc-rt-core — mvn dependency:get jtransc-rt-core · libregistry