https://github.com/cbuschka/graaleval
Evaluation of graal for compiling java to native binary.
https://github.com/cbuschka/graaleval
docker graal-native graalvm java
Last synced: 3 months ago
JSON representation
Evaluation of graal for compiling java to native binary.
- Host: GitHub
- URL: https://github.com/cbuschka/graaleval
- Owner: cbuschka
- License: mit
- Created: 2020-03-07T17:55:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T21:03:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T04:24:41.295Z (5 months ago)
- Topics: docker, graal-native, graalvm, java
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Evaluation of graal for compiling java to native binary
## Prerequisites
* docker
* make## Compile java hello world into native binary
```
make
```then ./target/ contains a binary named "app".
## License
[MIT](./license.txt)