Skip to content

Commit

Permalink
Revise Maven descriptions for GraalWasm.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Nov 8, 2024
1 parent 89dcd7f commit 36c6d5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wasm/mx.wasm/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"version" : "24.2.0",
"release" : False,
"versionConflictResolution" : "latest",
"url" : "http://graalvm.org/",
"url" : "http://graalvm.org/webassembly",
"developer" : {
"name": "GraalVM Development",
"email": "[email protected]",
Expand Down Expand Up @@ -250,7 +250,7 @@
"truffle:TRUFFLE_API",
"sdk:POLYGLOT",
],
"description" : "GraalWasm, an engine for the WebAssembly language in GraalVM.",
"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.",
"allowsJavadocWarnings": True,
"license" : "UPL",
"maven" : {
Expand All @@ -270,7 +270,7 @@
"artifactId": "wasm-community",
"tag": ["default", "public"],
},
"description": "Graal WASM engine.",
"description": "GraalWasm, a high-performance embeddable WebAssembly runtime for Java. This POM dependency pulls in GraalWasm dependencies and Truffle Community Edition.",
"license": "UPL",
},

Expand Down

0 comments on commit 36c6d5c

Please sign in to comment.