ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.15k stars 109 forks source link

Platform Specific Base Libraries #501

Closed wasabii closed 1 month ago

wasabii commented 3 months ago

Implementing support for platform specific IKVM.Java. The three different versions will be distributed and each loaded based on the runtime OS or target runtime.

Added a ModuleInitializer annotation similar to Roslyn's. Not explicitely used here, but useful nonetheless.

wasabii commented 1 month ago

Closing this one in favor of the more complete #521