wasm
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.graalvm.polyglot</groupId> <artifactId>wasm</artifactId> <version>24.1.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.graalvm.polyglot</groupId> <artifactId>wasm</artifactId> <version>24.1.1</version> <packaging>pom</packaging> <url>http://www.graalvm.org/</url> <name>Wasm Enterprise Polyglot</name> <description>Graal WASM engine.</description> <developers> <developer> <name>GraalVM Development</name> <email>graalvm-dev@oss.oracle.com</email> <organization>Oracle Corporation</organization> <organizationUrl>http://www.graalvm.org/</organizationUrl> </developer> </developers> <licenses> <license> <name>GraalVM Free Terms and Conditions (GFTC) including License for Early Adopter Versions</name> <url>https://www.oracle.com/downloads/licenses/graal-free-license.html</url> </license> <license> <name>Universal Permissive License, Version 1.0</name> <url>http://opensource.org/licenses/UPL</url> </license> </licenses> <dependencies> <dependency> <groupId>org.graalvm.wasm</groupId> <artifactId>wasm</artifactId> <version>24.1.1</version> <type>pom</type> <scope>runtime</scope> </dependency> </dependencies> <scm> <connection>scm:git:https://github.com/oracle/graal.git</connection> <developerConnection>scm:git:https://github.com/oracle/graal.git</developerConnection> <url>https://github.com/oracle/graal</url> </scm> </project>