mirror of
https://github.com/fluencelabs/asmble
synced 2025-04-24 14:22:20 +00:00
Tweaking after merge
This commit is contained in:
parent
317b608048
commit
2bfa39a3c6
@ -58,9 +58,9 @@ project(':compiler') {
|
|||||||
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
||||||
compile "org.ow2.asm:asm-tree:$asm_version"
|
compile "org.ow2.asm:asm-tree:$asm_version"
|
||||||
compile "org.ow2.asm:asm-util:$asm_version"
|
compile "org.ow2.asm:asm-util:$asm_version"
|
||||||
|
compile "org.ow2.asm:asm-commons:$asm_version"
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
|
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')
|
publishSettings(project, 'asmble-compiler', 'Asmble WASM Compiler')
|
||||||
|
@ -2,7 +2,7 @@ rootProject.name = 'asmble'
|
|||||||
include 'annotations',
|
include 'annotations',
|
||||||
'compiler',
|
'compiler',
|
||||||
'examples:c-simple',
|
'examples:c-simple',
|
||||||
// 'examples:go-simple',
|
'examples:go-simple',
|
||||||
// 'examples:rust-regex', // todo will be enabled when the problem with string max size will be solved
|
'examples:rust-regex',
|
||||||
'examples:rust-simple',
|
'examples:rust-simple',
|
||||||
'examples:rust-string'
|
'examples:rust-string'
|
Loading…
x
Reference in New Issue
Block a user