Skip to content

Commit 29c0e23

Browse files
patrick96fniephaus
authored andcommitted
Update javac demo to use JS interop API shipped with GraalVM
1 parent 69a79c6 commit 29c0e23

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

native-image/wasm-javac/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This demo illustrates how to use the new experimental WebAssembly backend for Gr
77
This demo requires:
88

99
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`
1111
2. The [Binaryen toolchain](https://github.com/WebAssembly/binaryen) in version 119 or later and on the system path.
1212
For example, using Homebrew: `brew install binaryen`
1313

native-image/wasm-javac/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,6 @@
6262
</plugins>
6363
</build>
6464

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-
7765
<profiles>
7866
<profile>
7967
<id>native</id>

0 commit comments

Comments
 (0)