Nikolay Nikolov
|
e0ad427b6c
|
+ introduced the FPC_EXCEPTION_TAG_SYM string constant
|
2021-09-27 17:38:28 +03:00 |
|
Nikolay Nikolov
|
b46c010f82
|
+ also support immutable wasm globals in the wasm assembler writer (both internal and external)
|
2021-09-27 05:40:26 +03:00 |
|
Nikolay Nikolov
|
8226233aa3
|
* introduced the tai_globaltype asm directive, use that to declare the stack
pointer global symbol
|
2021-09-27 02:39:43 +03:00 |
|
Nikolay Nikolov
|
a1c8e92904
|
* emit a tai_tagtype for __FPC_exception instead of hardcoding the asm output
directly when wasm native exceptions are enabled
|
2021-09-27 00:33:57 +03:00 |
|
Nikolay Nikolov
|
db843287a2
|
+ generate funcdef for external procs, that don't have an import dll
|
2021-09-26 20:37:34 +03:00 |
|
Nikolay Nikolov
|
54481d7218
|
* moved the imports/funcdef writing from the llvm-mc assembler writer to
twasmnodeutils.InsertObjectInfo. This way, the info it produces will be
shared with the internal wasm object writer as well.
|
2021-09-25 00:16:53 +03:00 |
|
Nikolay Nikolov
|
459bb0fa18
|
* override twasmnodeutils.InsertObjectInfo
|
2021-09-24 21:52:57 +03:00 |
|
Nikolay Nikolov
|
860e4487c3
|
+ added WebAssembly node utils
|
2021-09-24 16:44:33 +03:00 |
|