toString() for debugging |
|
More...
|
over 2 years ago
|
parse lambdas with two interfaces |
|
More...
|
over 2 years ago
|
more replacement |
|
More...
|
over 2 years ago
|
Support Java 8. #1 |
|
More...
|
over 2 years ago
|
print the full path to the compiler on debug level |
|
More...
|
over 2 years ago
|
add AtomicLong without Unsafe |
|
More...
|
over 2 years ago
|
fix BranchNode order for some complex constructs. #43 |
|
More...
|
over 2 years ago
|
Catch block should not larger as the parent. |
|
More...
|
over 2 years ago
|
Handle also Lamba for interfaces |
|
More...
|
over 2 years ago
|
Ignore parsing errors on non *.class files which can be add through build systems. #41 |
|
More...
|
over 2 years ago
|
Parse also the annotation types: class, enum and annotation. #41 |
|
More...
|
over 2 years ago
|
Does not include the end position of a block in findChildNodeAt() |
|
More...
|
over 2 years ago
|
Change the used Wasm instruction from IF ELSE END to BLOCK BLOCK BR_IF END END to solve problems of complex if expressions. |
|
More...
|
over 2 years ago
|
add params to findBlockStart() |
|
More...
|
over 2 years ago
|
toString() for debugging |
|
More...
|
over 2 years ago
|
Detect also marked as needed methods if the method was previous add as replacement |
|
More...
|
over 2 years ago
|
Add the navigator |
|
More...
|
over 2 years ago
|
correct arraycopy() |
|
More...
|
over 2 years ago
|
Improve Replacement of System and SecurityManager and for TimeZone |
|
More...
|
over 2 years ago
|
use "java/lang/Object" as fallback type for NULL values |
|
More...
|
over 2 years ago
|
An array returns i32 for i8 and i16. |
|
More...
|
over 2 years ago
|
fix conditionals expressions as method parameters in a SWITCH. |
|
More...
|
over 2 years ago
|
Merge branch 'master' of https://github.com/i-net-software/JWebAssembly.git |
|
More...
|
over 2 years ago
|
Merge pull request #34 from zephyraft/master |
|
More...
|
over 2 years ago
|
Fix the serialization format error of sourceRoot field in sourcemap. |
|
More...
|
over 2 years ago
|
prevent empty ELSE branches |
|
More...
|
almost 3 years ago
|
extract method calculateSubOperations() |
|
More...
|
almost 3 years ago
|
Use BR_IF if possible. |
|
More...
|
almost 3 years ago
|
first step for field description of classes for reflection API |
|
More...
|
almost 3 years ago
|
register callbacks only if imports is needed. |
|
More...
|
almost 3 years ago
|