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

https://github.com/keynmol/scala-native-from-java-scala

Call Scala Native from Java using FFM
https://github.com/keynmol/scala-native-from-java-scala

java jextract scala scala-cli scala-native scala3 sn-bindgen

Last synced: 4 months ago
JSON representation

Call Scala Native from Java using FFM

Awesome Lists containing this project

README

          

## Call Scala Native from Java using FFM

Demonstration project for my [blog post](https://blog.indoorvivants.com/2025-02-16-scala-native-from-java-via-ffm). I have the [same setup in SBT form as well](https://github.com/keynmol/scala-native-java-ffm-template).

Uses [Scala CLI](https://scala-cli.virtuslab.org/).

Run with `make run`.

Other commands will require both [jextract](https://github.com/openjdk/jextract) and [sn-bindgen](https://sn-bindgen.indoorvivants.com/) to be installed.