w

wasm4s_2.13

Library to run wasm vm in a scala app
https://github.com/MAIF/wasm4s
Apache-2.0
fr.maif.io.otoroshi
Mathieu Ancelin
Files download
File Operation
wasm4s_2.13-1.0.0.jar download
wasm4s_2.13-1.0.0.pom download
wasm4s_2.13-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.maif.io.otoroshi</groupId>
  <artifactId>wasm4s_2.13</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'fr.maif.io.otoroshi:wasm4s_2.13:1.0.0'
Gradle Kotlin
implementation("fr.maif.io.otoroshi:wasm4s_2.13:1.0.0")
Scala SBT
libraryDependencies += "fr.maif.io.otoroshi" % "wasm4s_2.13" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='fr.maif.io.otoroshi', module='wasm4s_2.13', version='1.0.0')
)
Apache Ivy
<dependency org="fr.maif.io.otoroshi" name="wasm4s_2.13" rev="1.0.0" />
Leiningen
[fr.maif.io.otoroshi/wasm4s_2.13 "1.0.0"]
Apache Buildr
'fr.maif.io.otoroshi:wasm4s_2.13:jar:1.0.0'