-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Graal Languages demos into separate repo.
- Loading branch information
Showing
94 changed files
with
9 additions
and
6,034 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/.* |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
graaljs/graaljs-starter/.mvn/wrapper/maven-wrapper.properties
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.* |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
7 changes: 0 additions & 7 deletions
7
graaljs/graaljs-starter/gradle/wrapper/gradle-wrapper.properties
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.