Tweaking after merge

This commit is contained in:
C.Solovev 2018-11-09 10:30:38 +04:00
parent 317b608048
commit 2bfa39a3c6
2 changed files with 3 additions and 3 deletions

View File

@ -58,9 +58,9 @@ project(':compiler') {
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
compile "org.ow2.asm:asm-tree:$asm_version"
compile "org.ow2.asm:asm-util:$asm_version"
compile "org.ow2.asm:asm-commons:$asm_version"
testCompile 'junit:junit:4.12'
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
testCompile "org.ow2.asm:asm-debug-all:$asm_version"
}
publishSettings(project, 'asmble-compiler', 'Asmble WASM Compiler')

View File

@ -2,7 +2,7 @@ rootProject.name = 'asmble'
include 'annotations',
'compiler',
'examples:c-simple',
// 'examples:go-simple',
// 'examples:rust-regex', // todo will be enabled when the problem with string max size will be solved
'examples:go-simple',
'examples:rust-regex',
'examples:rust-simple',
'examples:rust-string'