Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Compiles Java bytecode to JavaScript, WebAssembly and C

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-regexp.txt
NotificationsYou must be signed in to change notification settings

konsoletyper/teavm

Repository files navigation

.github/workflows/ci.ymlMaven CentralDownloadDiscord

See documentation at theproject web site.

Useful links:

Building TeaVM

Simply clone source code (git clone https://github.com/konsoletyper/teavm.git)and run Gradle build (./gradlew publishToMavenLocal orgradlew.bat publishToMavenLocal).You should build samples separately, as described incorresponding readme file.

Useful Gradle tasks

  • :tools:classlib-comparison-gen:build – build Java class library compatibility report.result is available at:tools/classlib-comparison-gen/build/jcl-support

Embedding TeaVM

If you are not satisfied with Maven, you can embed TeaVM in your programor even create your own plugin for any build tool, like Ant or Gradle.The starting point for you may beorg.teavm.tooling.TeaVMTool class fromteavm-tooling artifact.You may want to go deeper and useorg.teavm.vm.TeaVM fromteavm-core artifact, learn howTeaVMTool initializes it.To learn how to useTeaVMTool class itself, find its usages across project source code.You most likely encounter Maven and IDEA plugins.

Please, notice that these APIs for embedding are still unstable and may change between versions.

License

TeaVM is distributed underApache License 2.0.TeaVM does not rely on OpenJDK or code or other (L)GPL code.TeaVM has its own reimplementation of Java class library, which is either implemented from scratch orbased on non-(L)GPL projects:

If you want to contribute code to implementation of Java class library,please make sure it's not based on OpenJDK or other code licensed under (L)GPL.

Feedback

More information is available at the official site:https://teavm.org.

Ask your questions by email:info@teavm.org. Also, you can report issues on a project'sissue tracker.

About

Compiles Java bytecode to JavaScript, WebAssembly and C

Topics

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-regexp.txt

Stars

Watchers

Forks

Sponsor this project

 

[8]ページ先頭

©2009-2026 Movatter.jp