Pepperoni
Pepperoni
  This is what im talking about
buildscript { repositories { maven { url uri('https://jitpack.io') } maven { url 'https://repo.spongepowered.org/maven' } } dependencies { classpath 'com.github.i-net-software:jwebassembly-gradle:master-SNAPSHOT' } } apply plugin: 'de.inetsoftware.jwebassembly' group 'org.pepperoni' version '1.0' repositories {...
Working build.gradle, java 8, also so [this](https://github.com/Eskerepvp/JWebAssembly-HelloWorldl)
1 : Oops also thats outdated... 2: I haven't actually looked at the source code of JWebAssembly itself, only the API. But I have found some issues, the biggest one...
its clean