Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 360 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 360 Bytes

scala-rust-playground

This repo explores the interoperability with SubstrateVMs native image code bindings (the C-API provided by Graal) in Scala and Rust.

Requirements

  • Graal RC11
  • Latest Rust (>= 1.32.0)

Usage

  • make build for build only
  • make run for building and running.
  • Or manually: sbt -> prisma-native-image:packageBin to build.