Skip to content

Commit 36c6d5c

Browse files
committed
Revise Maven descriptions for GraalWasm.
1 parent 89dcd7f commit 36c6d5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wasm/mx.wasm/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"version" : "24.2.0",
4646
"release" : False,
4747
"versionConflictResolution" : "latest",
48-
"url" : "http://graalvm.org/",
48+
"url" : "http://graalvm.org/webassembly",
4949
"developer" : {
5050
"name": "GraalVM Development",
5151
"email": "[email protected]",
@@ -250,7 +250,7 @@
250250
"truffle:TRUFFLE_API",
251251
"sdk:POLYGLOT",
252252
],
253-
"description" : "GraalWasm, an engine for the WebAssembly language in GraalVM.",
253+
"description" : "GraalWasm, a high-performance embeddable WebAssembly runtime for Java. This artifact includes the core language runtime. It is not recommended to depend on the artifact directly. Instead, use `org.graalvm.polyglot:wasm` or `org.graalvm.polyglot:wasm-community` to ensure all dependencies are pulled in correctly.",
254254
"allowsJavadocWarnings": True,
255255
"license" : "UPL",
256256
"maven" : {
@@ -270,7 +270,7 @@
270270
"artifactId": "wasm-community",
271271
"tag": ["default", "public"],
272272
},
273-
"description": "Graal WASM engine.",
273+
"description": "GraalWasm, a high-performance embeddable WebAssembly runtime for Java. This POM dependency pulls in GraalWasm dependencies and Truffle Community Edition.",
274274
"license": "UPL",
275275
},
276276

0 commit comments

Comments
 (0)