diff --git a/build.gradle b/build.gradle index a137d53..77e200d 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { allprojects { apply plugin: 'java' group 'com.github.cretz.asmble' - version '0.4.0-fl' + version '0.4.0-fl-fix' repositories { mavenCentral() @@ -143,17 +143,17 @@ project(':examples') { } -project(':examples:go-simple') { - apply plugin: 'application' - ext.wasmCompiledClassName = 'asmble.generated.GoSimple' - dependencies { - compile files('build/wasm-classes') - } - compileJava { - dependsOn compileGoWasm - } - mainClassName = 'asmble.examples.gosimple.Main' -} +//project(':examples:go-simple') { +// apply plugin: 'application' +// ext.wasmCompiledClassName = 'asmble.generated.GoSimple' +// dependencies { +// compile files('build/wasm-classes') +// } +// compileJava { +// dependsOn compileGoWasm +// } +// mainClassName = 'asmble.examples.gosimple.Main' +//} // todo temporary disable Rust regex, because some strings in wasm code exceed the size in 65353 bytes. diff --git a/settings.gradle b/settings.gradle index 3b6175d..951750a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,7 +2,7 @@ rootProject.name = 'asmble' include 'annotations', 'compiler', 'examples:c-simple', - 'examples:go-simple', - 'examples:rust-regex', +// 'examples:go-simple', +// 'examples:rust-regex', // todo will be enabled when the problem with string max size will be solved 'examples:rust-simple', 'examples:rust-string' \ No newline at end of file