Bytecoder icon indicating copy to clipboard operation
Bytecoder copied to clipboard

Framework to interpret and transpile JVM bytecode to JavaScript, OpenCL or WebAssembly.

Results 62 Bytecoder issues
Sort by recently updated
recently updated
newest added

Support for set(array) methods for IntArray and FloatArray is needed for performance. It is also possible to create typed arrays using additional OpaqueArray create methods which would accept an existing...

performance

See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt

enhancement

This issue is a suggestion. At the moment it is not possible to instantiate JavaScript classes from Java without using static native methods, an annotation for this purpose would be...

enhancement

The `minify` compiler option should apply to the generated `bytecoder_wasmbindings.js` file.

enhancement

Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:slf4j-api&package-manager=maven&previous-version=1.7.36&new-version=2.0.2)](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...

dependencies

Bumps [slf4j-jdk14](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:slf4j-jdk14&package-manager=maven&previous-version=1.7.36&new-version=2.0.2)](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...

dependencies

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 4.8.0. Release notes Sourced from mockito-core's releases. v4.8.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.8.0 2022-09-07 - 10 commit(s) by Alex, James Baker, Johannes...

dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.13.3&new-version=2.13.4)](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...

dependencies

It'd be lovely if the https://mirkosertic.github.io/Bytecoder/chapter-1/page-1-b/ documentation got some improvements. I'm a web developer, wanting to use a Java library (Apache PDFBox) from Javascript. This also very much means that...