bck2brwsr
bck2brwsr copied to clipboard
Bck2Brwsr VM to transpile Java bytecode to JavaScript
Bumps [groovy](https://github.com/apache/groovy) from 1.8.3 to 2.4.21. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.1.1 to 1.6.0. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.6.0 Changelog Android KT-48019 Bundle Kotlin Tooling Metadata into apk artifacts KT-47733 JVM / IR: Android Synthetic...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.5.20 to 1.6.0. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.6.0 Changelog Android KT-48019 Bundle Kotlin Tooling Metadata into apk artifacts KT-47733 JVM / IR: Android Synthetic...
This fixes #42 As an example, native methods in JavaFX rendering code For example: ``` private static native void nTexSubImage2D0(int target, int level, int xoffset, int yoffset, int width, int...
This code ``` public static void superProcessCSS(Node node) { ((ParentHelper) getHelper(node)).superProcessCSSImpl(node); } ``` get transpiled into ``` m = c.superProcessCSS__VLjavafx_scene_Node_2 = function(lcA0) { var stA0 = c.getHelper__Lcom_sun_javafx_scene_NodeHelper_2Ljavafx_scene_Node_2(lcA0); if (stA0 !==...
``` --- a/src/main/java/X.java +++ b/src/main/java/X.java @@ -47,7 +47,10 @@ @JavaScriptBody(args = {"namespace", "name"}, javacall = true, body = "" + "namespace.__custom = namespace.__custom || {};\n" + "if (!namespace.__custom[name]) {\n" +...
Hi @jtulach @JaroslavTulach While browsing the codebase, it seems there are good bit of Truffle code or test code. Was Truffle ever run on bck2brwsr or in browser? If yes,...
Is there capability to compile java bytecode to wasm?
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20090211 to 20230227. Release notes Sourced from json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...