File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This demo illustrates how to use the new experimental WebAssembly backend for Gr
7
7
This demo requires:
8
8
9
9
1 . An [ Early Access Build] ( https://github.com/graalvm/oracle-graalvm-ea-builds ) of Oracle GraalVM for JDK 25 or later.
10
- For example, using SDKMAN!: ` sdk install java 25.ea.18 -graal `
10
+ For example, using SDKMAN!: ` sdk install java 25.ea.26 -graal `
11
11
2 . The [ Binaryen toolchain] ( https://github.com/WebAssembly/binaryen ) in version 119 or later and on the system path.
12
12
For example, using Homebrew: ` brew install binaryen `
13
13
Original file line number Diff line number Diff line change 62
62
</plugins >
63
63
</build >
64
64
65
- <dependencies >
66
- <dependency >
67
- <artifactId >someArtifactId</artifactId >
68
- <groupId >someGroupId</groupId >
69
- <version >1.0</version >
70
- <scope >system</scope >
71
- <systemPath >
72
- ${java.home} /lib/svm/tools/svm-wasm/builder/svm-wasm-api.jar
73
- </systemPath >
74
- </dependency >
75
- </dependencies >
76
-
77
65
<profiles >
78
66
<profile >
79
67
<id >native</id >
You can’t perform that action at this time.
0 commit comments