Mariano de Achaval
Mariano de Achaval
I currently have a project that compiles to jvm and js using the cross build feature https://www.scala-js.org/doc/project/cross-build.html . I'm trying to migrate to gradle but in order to do this...
There is no way to set commonJSModule http://www.scala-js.org/doc/project/module.html
**Memory Leak detected on graal_isolatethread_t** I'm trying to build a SharedLibrary that allows to execute my language runtime from other languages like i this case GO. This function is going...
We should use https://github.com/mulesoft-labs/raml-java-tools/blob/master/raml-to-pojo/README.md to generate the types
Add support for compressing the binary result - [Compressed Native Images](https://medium.com/graalvm/compressed-graalvm-native-images-4d233766a214)
``` fun isSoapVersion12(xml: Object) = do { xml.Envelope.Body.# != null and (xml.Envelope.Body.# as Object).uri == "http://www.w3.org/2003/05/soap-envelope" } ``` Extract `xml.Envelope.Body`