Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 263 Bytes

File metadata and controls

18 lines (11 loc) · 263 Bytes

java-ffm

A simple project demonstrating interop between Java and native languages (Rust, C) using the new jdk.incubator.foreign API.

Build

Before running for the first time:

  $ chmod a+x run.sh

To build and run:

  $ make && ./run.sh