Skip to content

Commit

Permalink
Move Graal Languages demos into separate repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 1, 2024
1 parent 141cd0e commit f7c442d
Show file tree
Hide file tree
Showing 94 changed files with 9 additions and 6,034 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/graaljs-starter.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/graalpy-openai-starter.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/graalpy-starter.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/graalwasm-photon-micronaut.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/graalwasm-photon-spring-boot.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/graalwasm-starter.yml

This file was deleted.

4 changes: 1 addition & 3 deletions graaljs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# GraalJS Demos

This directory contains demo applications for [GraalJS](https://www.graalvm.org/javascript/).
*GraalJS demos and guides are now available at https://github.com/graalvm/graal-languages-demos/tree/main/graaljs/.*
12 changes: 0 additions & 12 deletions graaljs/graaljs-starter/.gitattributes

This file was deleted.

8 changes: 0 additions & 8 deletions graaljs/graaljs-starter/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions graaljs/graaljs-starter/.mvn/wrapper/maven-wrapper.properties

This file was deleted.

41 changes: 1 addition & 40 deletions graaljs/graaljs-starter/README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1 @@
# GraalJS Quick Start

A minimal Java application that embeds JavaScript code with GraalJS.

## Preparation

Install GraalVM for JDK 23 and set the value of `JAVA_HOME` accordingly.
We recommend using [SDKMAN!](https://sdkman.io/). (For other download options, see [GraalVM Downloads](https://www.graalvm.org/downloads/).)

```bash
sdk install java 23-graal
```

## Run the Application Using Maven

To build and test the demo, run:

```bash
./mvnw test
```

To execute the main method, run:

```bash
./mvnw exec:java
```

## Run the Application Using Gradle

To build and test the demo, run:

```bash
./gradlew test
```

To execute the main method, run:

```bash
./gradlew run
```
*This demo was moved to https://github.com/graalvm/graal-languages-demos/tree/main/graaljs/graaljs-starter.*
29 changes: 0 additions & 29 deletions graaljs/graaljs-starter/build.gradle.kts

This file was deleted.

Binary file not shown.

This file was deleted.

Loading

0 comments on commit f7c442d

Please sign in to comment.