Skip to content

Commit 8c28c78

Browse files
committed
Add emulator for JWebAssembly
1 parent 9661295 commit 8c28c78

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ repositories {
1515

1616
dependencies {
1717
compileOnly 'com.google.code.findbugs:jsr305:3.0.1'
18+
compileOnly 'org.ow2.asm:asm:+'
1819
}
1920

2021
sourceSets {
@@ -32,7 +33,9 @@ jar {
3233
manifest {
3334
attributes( 'Implementation-Title': 'JWebAssembly-API',
3435
'Implementation-Vendor': 'i-net software',
35-
'Implementation-Version': version)
36+
'Implementation-Version': version,
37+
'Premain-Class': 'de.inetsoftware.jwebassembly.emulator.PremainEmulator',
38+
)
3639
}
3740
}
3841

0 commit comments

Comments
 (0)