This website requires JavaScript.
Explore
Help
Sign In
eaglercraft
/
eagler-teavm-fork
Watch
1
Star
0
Fork
0
You've already forked eagler-teavm-fork
mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced
2024-12-22 16:14:10 -08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
891e3b8ea9
eagler-teavm-fork
/
core
History
Alexey Andreev
891e3b8ea9
Don't generate call to <clinit> on each static method during AST rendering. Instead, extract from WASM transformation that adds InitClassInstruction to beginning of each method and reuse in in JS. This fixes some issues in async methods, without making AST renderer much more complicated.
2017-02-22 23:05:58 +03:00
..
src
Don't generate call to <clinit> on each static method during AST rendering. Instead, extract from WASM transformation that adds InitClassInstruction to beginning of each method and reuse in in JS. This fixes some issues in async methods, without making AST renderer much more complicated.
2017-02-22 23:05:58 +03:00
pom.xml
Set version to 0.5.0-SNAPSHOT. Add configuration to deploy to bintray. Update version number during Travis build.
2017-02-16 21:48:13 +03:00