Skip to content

Commit 8073c50

Browse files
committed
Tweak README.md. [ci skip]
1 parent e2438ba commit 8073c50

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,11 @@ This repository contains a collection of example applications that highlight key
77
To get started, clone this repository and navigate to the relevant demo directory:
88
```bash
99
git clone https://github.com/graalvm/graalvm-demos.git
10-
```
11-
```bash
1210
cd graalvm-demos
1311
```
1412

1513
You will find instructions for running a particular demo in the corresponding _README.md_ file. Some demos redirect you to a specific guide on the [GraalVM website](https://www.graalvm.org/latest/guides/).
1614

17-
## Graal Languages Demos
18-
19-
You can find demos, along with how-to guides for GraalJS, GraalPy, and GraalWasm, in separate repositories:
20-
- [https://github.com/graalvm/graal-languages-demos/tree/main/graaljs/](https://github.com/graalvm/graal-languages-demos/tree/main/graaljs/)
21-
- [https://github.com/graalvm/graal-languages-demos/tree/main/graalpy/](https://github.com/graalvm/graal-languages-demos/tree/main/graalpy/)
22-
- [https://github.com/graalvm/graal-languages-demos/tree/main/graalwasm/](https://github.com/graalvm/graal-languages-demos/tree/main/graalwasm/)
23-
2415
## Native Image Demos
2516

2617
Example applications showcasing the capabilities of GraalVM Native Image, including performance optimization and configuration tips.
@@ -97,6 +88,10 @@ These examples focus on evaluating the compiler's performance, including its opt
9788

9889
* [java-stream-benchmark](compiler/java-stream-benchmark/) - A simple Java Stream benchmark to test the Graal JIT compiler performance against C2
9990

91+
## Graal Languages Demos
92+
93+
You can find demos and guides for [GraalJS](https://www.graalvm.org/javascript/), [GraalPy](https://www.graalvm.org/python/), [GraalWasm](https://www.graalvm.org/webassembly/), and other Graal Languages at [github.com/graalvm/graal-languages-demos/](https://github.com/graalvm/graal-languages-demos/).
94+
10095
## Archived Demos
10196

10297
Legacy or blog-related demos, as well as examples involving polyglot capabilities.

0 commit comments

Comments
 (0)