This repo explores the interoperability with SubstrateVMs native image code bindings (the C-API provided by Graal) in Scala and Rust.
- Graal RC11
- Latest Rust (>= 1.32.0)
make build
for build onlymake run
for building and running.- Or manually:
sbt
->prisma-native-image:packageBin
to build.