An open API service indexing awesome lists of open source software.

https://github.com/peter-mghendi/monday

A C# console program that calls a native shared library written in Java, and compiled using GraalVM.
https://github.com/peter-mghendi/monday

dotnet graalvm java native-image

Last synced: 9 months ago
JSON representation

A C# console program that calls a native shared library written in Java, and compiled using GraalVM.

Awesome Lists containing this project

README

          

# Monday

A C# console program that calls a native shared library written in Java, and compiled using GraalVM.

This was built as part of writing [this blog post on Medium about building a native shared library in Java](https://medium.com/@sixpeteunder/how-to-build-a-shared-library-in-java-and-call-it-from-dotnet-code-b47c22300456).