s

swam-runtime_2.12

Swam runtime library to run WebAssembly programs
https://github.com/satabin/swam
Apache-2.0
Lucas Satabin
Files download
File Operation
swam-runtime_2.12-0.3.0.jar download
swam-runtime_2.12-0.3.0.pom download
swam-runtime_2.12-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.gnieh</groupId>
  <artifactId>swam-runtime_2.12</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.gnieh:swam-runtime_2.12:0.3.0'
Gradle Kotlin
implementation("org.gnieh:swam-runtime_2.12:0.3.0")
Scala SBT
libraryDependencies += "org.gnieh" % "swam-runtime_2.12" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.gnieh', module='swam-runtime_2.12', version='0.3.0')
)
Apache Ivy
<dependency org="org.gnieh" name="swam-runtime_2.12" rev="0.3.0" />
Leiningen
[org.gnieh/swam-runtime_2.12 "0.3.0"]
Apache Buildr
'org.gnieh:swam-runtime_2.12:jar:0.3.0'