graalvm-demos icon indicating copy to clipboard operation
graalvm-demos copied to clipboard

This repository contains example applications to illustrate the different capabilities of GraalVM

Results 23 graalvm-demos issues
Sort by recently updated
recently updated
newest added

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...

OCA Verified

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...

oca-signed

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....

oca-signed

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...

oracle-emp

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

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.

OCA Verified

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.

OCA Verified