nickysn
|
8a9ff3345d
[PATCH 52/83] fix wat2wasm assembler command line for linux. patch by: Michael Van Canneyt
|
5 年之前 |
nickysn
|
052a35ae45
[PATCH 51/83] adding support for imported functions
|
5 年之前 |
nickysn
|
690d90b1b4
[PATCH 50/83] remove debugging message
|
5 年之前 |
nickysn
|
bafec93cef
[PATCH 49/83] update the different continue-branching depending on the loop condition check placement
|
5 年之前 |
nickysn
|
8ad77296b2
[PATCH 48/83] updating getting of an address for symbols
|
5 年之前 |
nickysn
|
550bd07a6a
[PATCH 47/83] cleaning up comments
|
5 年之前 |
nickysn
|
210c0e2d10
[PATCH 46/83] making global variables mutable
|
5 年之前 |
nickysn
|
7e8b442c5c
[PATCH 45/83] updating flow control changed while repeat loop structure to block-loop-block changed boolean expression valuation - avoiding use of labels
|
5 年之前 |
nickysn
|
d95c63ed88
[PATCH 44/83] update initialization of the callee side parameters - marking them as local with their proper offset
|
5 年之前 |
nickysn
|
9cf5db938e
[PATCH 43/83] update flow control, adding support for continue and break labels update temp var allocation update stack prepare allocation
|
5 年之前 |
nickysn
|
a1d18125ca
[PATCH 42/83] replacing javaobject with ptruint type
|
5 年之前 |
nickysn
|
6f0937f8c8
[PATCH 41/83] revise treference extension for wasm. specifying local variable use vs memory use
|
5 年之前 |
nickysn
|
bef6749124
[PATCH 40/83] update local variables management
|
5 年之前 |
nickysn
|
62e1f516ca
[PATCH 39/83] adding local instruction
|
5 年之前 |
nickysn
|
791db81f8e
[PATCH 38/83] wasm real constants
|
5 年之前 |
nickysn
|
0275232f16
[PATCH 37/83] update writing out of symbols, using FPC mangled names
|
5 年之前 |
nickysn
|
2be0f4718a
[PATCH 36/83] adding was constant to support inline float point constants
|
5 年之前 |
nickysn
|
2dd0baa693
[PATCH 35/83] writing out offset rather than symbol reference of load/store operations
|
5 年之前 |
nickysn
|
5d4cb090a3
[PATCH 34/83] removing jvm name mangling
|
5 年之前 |
nickysn
|
7e96f42210
[PATCH 33/83] do the proper preparation for memory (ref) access
|
5 年之前 |
nickysn
|
fe7826a013
[PATCH 32/83] floats are done
|
5 年之前 |
nickysn
|
60046e59a8
[PATCH 31/83] proper operation selection depending on the sign of the operand and float point type
|
5 年之前 |
nickysn
|
0a91394d65
[PATCH 30/83] removing jvm specific reference fields, adding memory operations
|
5 年之前 |
nickysn
|
4ea81eace8
[PATCH 29/83] renaming class from jvm to wasm
|
5 年之前 |
nickysn
|
3ff0b86bcb
[PATCH 28/83] update reading / writing of global variables
|
5 年之前 |
nickysn
|
933b3afcd7
[PATCH 27/83] adding support for math operation (based on jvm). the default div/mod implementation is causing InternalError for division operation
|
5 年之前 |
nickysn
|
c5d43a3494
[PATCH 26/83] adding a reference to the JVM origin of sources. added a header for flow control (which is not based on JVM but written from scratch)
|
5 年之前 |
nickysn
|
92526c41a9
[PATCH 25/83] adding nwasmcal (copied over from njvmcal) in order to properly handle function results
|
5 年之前 |
nickysn
|
e7fb972943
[PATCH 24/83] adding the exporter and a dummy linker that always agrees for library linkage
|
5 年之前 |
nickysn
|
4c87028fa0
[PATCH 23/83] exports support in wasm
|
5 年之前 |