| correct the index of the exception tag if there are recursive groups |
|
More...
|
5 days ago
|
| fix producer section |
|
More...
|
5 days ago
|
| Replace also references to replacement classes |
|
More...
|
6 days ago
|
| use java/lang/Throwable as base type for catch blocks |
|
More...
|
6 days ago
|
| Fix double field names in type definition of the text format. |
|
More...
|
8 days ago
|
| Fix syntax for ref.cast for WebAssembly Core 3.0. |
|
More...
|
8 days ago
|
| array.len does not have a typeidx in the last spec. |
|
More...
|
11 days ago
|
| differ between "struct.new" and "struct.new_default" |
|
More...
|
11 days ago
|
| the parent of StructTypeKind.array_native must be null. The native WebAssembly arrays does not have an parent. This is different to Java Arrays. |
|
More...
|
12 days ago
|
| implements recursive type in text writer |
|
More...
|
12 days ago
|
| Sort StructType on its dependency. Mark recursive groups and write it in the binary writer. |
|
More...
|
12 days ago
|
| The code (type index) for StructType and BlockType is now assigned centrally when TypeManager.prepareFinish() is called. |
|
More...
|
19 days ago
|
| register also function types in the type manager as BlockType |
|
More...
|
19 days ago
|
| register also function types in the type manager as BlockType |
|
More...
|
19 days ago
|
| centralize setting of type.code |
|
More...
|
20 days ago
|
| Remove outdated code. func.id will be set correctly in prepareFinish() |
|
More...
|
20 days ago
|
| rename functionTypes |
|
More...
|
25 days ago
|
| @Nullable |
|
More...
|
25 days ago
|
| chack minVersion and maxVersion from annotations |
|
More...
|
26 days ago
|
| A implementation for StringConcatFactory based on the classic StringBuilder construct. |
|
More...
|
26 days ago
|
| Split BootstrapMethod into LambdaMetaFactoryBootstrap and StringConcatFactoryBootstrap |
|
More...
|
about 1 month ago
|
| Publish JUnit Test Report |
|
More...
|
about 1 month ago
|
| The classFile of a MethodInfo must never change else the Bootstrap methods in the code does not match the correct list. |
|
More...
|
about 1 month ago
|
| Publish JUnit Test Report |
|
More...
|
about 1 month ago
|
| improve JavaDoc |
|
More...
|
about 1 month ago
|
| Write StructType declaration also in the text format before the functions |
|
More...
|
about 1 month ago
|
| Remove the WasmBlockOpertor.CATCH from the old experimental Exception Handling |
|
More...
|
about 1 month ago
|
| Switch from the experimental Exception Handling (EH) of WebAssmebly 1.0 to the final implementation of WebAssembly 3.0 |
|
More...
|
about 1 month ago
|
| GC does not need to enable for SpiderMonkey |
|
More...
|
about 2 months ago
|
| Old opcode from experimental features removed or patched |
|
More...
|
about 2 months ago
|