graalvm-demos
graalvm-demos copied to clipboard
This repository contains example applications to illustrate the different capabilities of GraalVM
The doc link is broken and it does not mention the additional tools needed. This change uses the dev-branch since this seems better than regularly updating the release version. A...
How to build and run micronaught has changed between v3.0.0->v3.5.2 Here is a link to page to show its still pretty: https://github.com/free2create/graalvm-demos/blob/patch-1/micronaut-nativeimage/README.md # Changes * Gradle build task is now...
A handful of demo apps do not have the basic steps needed to set up the environments or run the apps, or install dependencies. The following demo apps are going...
Now that we can build docker images and run containers on our local machine (see #93), the next thing to do is to try to do them on the cloud....
I added the demo Node.js application that tabulates sin(x) function, plots graph and responses to the client with the image of the graph. Added bash scripts to build and run...
My result on different javas: Graal EE, Graal EE without JVMCI, Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.1+10, mixed mode) https://paste.ofcode.org/8Sjw5HWjz28Ya6gj79k9CM
subj
On the back of the PR #93, building and running the scala-native substitution demo gives an issue after following the steps in the README were followed, see https://github.com/graalvm/graalvm-demos/tree/master/scala-examples/scalac-native#native-image-of-the-scala-compiler. Running the...
A small typo addressed in micronaut-hello-rest-gradle/README.md, making it easier to copy and paste.
I've added a profile to the POM to build a native executable, which succeeds, but the resulting binary does not run. This is mainly due to resource files, AFAICT.