Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.19 KB

README.adoc

File metadata and controls

23 lines (17 loc) · 1.19 KB

logo

Apache License, Version 2.0 build-status

mmm-tvm

Maven Central

The library mmm-tvm provides extensions to the classlib of TeaVM to fill gaps and lack of support. Examples are #451: Support for java.time or #445: Support for ConcurrentHashMap. This entire module is designed as a temporary workaround. We are trying to support the TeaVM project to properly support this out of the box. Once this is completed, we are happy to delete this repository and use vanilla release of TeaVM.

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-tvm</artifactId>
</dependency>