bloxbean / yaci-devkit

A set of dev tools for development on Cardano.
https://devkit.yaci.xyz
MIT License
38 stars 8 forks source link

First class GraalVM support #42

Open matiwinnetou opened 1 month ago

matiwinnetou commented 1 month ago

Having talked to a new non Java Developers I know that very important for them tend to be LOW memory footprint and "native feeling". We should explore ways how to have native only builds on this project. It should be invisible to non java people that this is even written in java in the first place.

satran004 commented 1 month ago

Agreed. It's been on our TODO list for a long time. But, I think we can start working on it after the 0.8.0 release. Both Yaci CLI and Yaci Store need to be converted to native through GraalVM.

satran004 commented 1 month ago

Yaci CLI Native Image : https://github.com/bloxbean/yaci-devkit/pull/49