Volker Berlin
|
d8d4ea05b0
|
Hello World Sample available
|
2019-12-31 13:12:34 +01:00 |
|
Volker Berlin
|
8589dbae66
|
add support for SOURCE_MAP_BASE
|
2019-12-31 13:04:52 +01:00 |
|
Volker Berlin
|
77be20ed57
|
correct sourceFile and className on writing
|
2019-12-30 23:02:25 +01:00 |
|
Volker Berlin
|
ff6de221f8
|
add hello world sample
|
2019-12-28 11:54:12 +01:00 |
|
Volker Berlin
|
d63ecdc716
|
add hello world sample
|
2019-12-28 11:49:38 +01:00 |
|
Volker Berlin
|
a60d58c352
|
add nullref
|
2019-12-26 17:58:23 +01:00 |
|
Volker Berlin
|
be882ed8ad
|
Create js file also if target file does not exists currently.
|
2019-12-25 19:00:00 +01:00 |
|
Volker Berlin
|
2da919c9fd
|
We need to list the used fields in the hierarchy
|
2019-12-24 14:25:25 +01:00 |
|
Volker Berlin
|
2ebc771c55
|
fix param names of instance methods. idx==0 is the this parameter.
|
2019-12-24 13:22:25 +01:00 |
|
Volker Berlin
|
b4ae2757c7
|
lambdas
|
2019-12-24 12:41:45 +01:00 |
|
Volker Berlin
|
ac2e06d7ca
|
run tests with UTF-8 encoding on all platforms
|
2019-12-23 22:07:22 +01:00 |
|
Volker Berlin
|
7bd7e82063
|
Code chars in data section directly and not escaped
|
2019-12-23 21:28:26 +01:00 |
|
Volker Berlin
|
371cde8c0e
|
get_i32 must mark as used if used for field access
|
2019-12-23 20:56:12 +01:00 |
|
Volker Berlin
|
5c3536ffd3
|
Enable tests because SpiderMonkey supports bigint<->i64 now.
|
2019-12-07 17:51:34 +01:00 |
|
Volker Berlin
|
0d92b32162
|
add the compiler self to the library path
|
2019-12-07 17:01:33 +01:00 |
|
Volker Berlin
|
aba8052de0
|
Move the exports after the imports in the wat format
|
2019-11-28 20:50:33 +01:00 |
|
Volker Berlin
|
7cbb8469e2
|
remove unused variable
|
2019-11-28 20:22:23 +01:00 |
|
Volker Berlin
|
724f39dc18
|
Warning for multiple CATCH blocks
|
2019-11-28 20:07:51 +01:00 |
|
Volker Berlin
|
1a89919984
|
the dup of this must on the end if there are no more parameters
|
2019-11-26 21:44:49 +01:00 |
|
Volker Berlin
|
d0221065fb
|
improve error message
|
2019-11-26 20:30:49 +01:00 |
|
Volker Berlin
|
6511ab372f
|
fix ClassCast with InvokeDynamic constant
|
2019-11-26 19:26:09 +01:00 |
|
Volker Berlin
|
2037b9e26b
|
print also stacktrace to logger
|
2019-11-26 19:12:13 +01:00 |
|
Volker Berlin
|
8668d71b6c
|
Fix the memory offset of strings with a dynamic synthetic function.
|
2019-11-24 14:44:56 +01:00 |
|
Volker Berlin
|
f61cebd285
|
implements reading from constant strings from memory
|
2019-11-23 20:39:10 +01:00 |
|
Volker Berlin
|
835cf45f61
|
C&P error
|
2019-11-21 20:02:44 +01:00 |
|
Volker Berlin
|
9286113b0c
|
more wat instructions
|
2019-11-19 19:48:24 +01:00 |
|
Volker Berlin
|
947f66502b
|
Add support for i32.load to the wat parser and some small bug fixes
|
2019-11-18 21:32:35 +01:00 |
|
Volker Berlin
|
86d239986e
|
add memory instructions
|
2019-11-18 20:08:18 +01:00 |
|
Volker Berlin
|
ed00c7a02f
|
add support for i32.mul to wat parser
|
2019-11-18 17:36:26 +01:00 |
|
Volker Berlin
|
35005e2a1a
|
Activate tests again for SpiderMonkey
|
2019-11-17 17:53:00 +01:00 |
|
Volker Berlin
|
28853373c6
|
Handle different line encoding
|
2019-11-17 17:47:41 +01:00 |
|
Volker Berlin
|
185a0515c7
|
supports also constructor replacement with a Java method
|
2019-11-17 17:28:31 +01:00 |
|
Volker Berlin
|
ce1d3ddb38
|
improve the "ignore redefinition" in ClassPath. The first should win.
|
2019-11-17 17:04:35 +01:00 |
|
Volker Berlin
|
b26b290464
|
write the stings into the data section
|
2019-11-17 14:24:41 +01:00 |
|
Volker Berlin
|
10b754e3e3
|
Use a Placeholder Instruction for Java DUP opertions.
|
2019-11-16 19:17:22 +01:00 |
|
Volker Berlin
|
8649438fa9
|
update Required WebAssembly Features
|
2019-11-14 20:29:20 +01:00 |
|
Volker Berlin
|
63a7c487c0
|
add support for locals in WatParser
|
2019-11-12 20:47:57 +01:00 |
|
Volker Berlin
|
c6d569c66c
|
add support for more const instructions on WatParser
|
2019-11-12 20:06:31 +01:00 |
|
Volker Berlin
|
8f36ed4d6d
|
initial checkin for StringManager (WIP)
|
2019-11-10 12:57:58 +01:00 |
|
Volker Berlin
|
6d7c8b12a9
|
add support for ref.is_null to wat parser
|
2019-11-09 18:59:47 +01:00 |
|
Volker Berlin
|
5e2b65ddd0
|
static constructors
|
2019-11-09 18:50:37 +01:00 |
|
Volker Berlin
|
0ae27b2c86
|
add support for local.tee to wat parser
|
2019-11-09 18:48:28 +01:00 |
|
Volker Berlin
|
baf7fb9cf0
|
Add table.set/get
|
2019-11-03 19:00:49 +01:00 |
|
Volker Berlin
|
b47274e007
|
add @Override
|
2019-11-03 18:04:45 +01:00 |
|
Volker Berlin
|
ca9efce370
|
constant pool can also contains string constants
|
2019-11-03 13:52:07 +01:00 |
|
Volker Berlin
|
4f79782bfe
|
add table instructions
|
2019-11-03 13:38:53 +01:00 |
|
Volker Berlin
|
672574abd0
|
Rename anyfunc -> funcref
|
2019-11-03 10:14:29 +01:00 |
|
Volker Berlin
|
87039232eb
|
export the memory with the name "memory"
|
2019-11-02 19:20:28 +01:00 |
|
Volker Berlin
|
fac7e68b43
|
optimize the memory section, write only if needed
|
2019-11-02 19:11:18 +01:00 |
|
Volker Berlin
|
1dd644b67a
|
Generalize the writing of the export section for future improvements
|
2019-11-02 18:59:09 +01:00 |
|