Nikolay Nikolov
|
a6e75d52f7
+ introduced tai_import_module and tai_import_name that represent the
|
4 anni fa |
Nikolay Nikolov
|
459bb0fa18
* override twasmnodeutils.InsertObjectInfo
|
4 anni fa |
florian
|
a3666aa8c9
o manually applied merge request 46 by J. Gareth "Kit" Moreton:
|
4 anni fa |
Nikolay Nikolov
|
860e4487c3
+ added WebAssembly node utils
|
4 anni fa |
florian
|
5abfe21f39
+ apply unary minus optimizations also to /
|
4 anni fa |
mattias
|
8ae1b6eace
pastojs: clone multi dim static array
|
4 anni fa |
mattias
|
cc8f8dbde8
fcl-js: fixed typo
|
4 anni fa |
Nikolay Nikolov
|
4ca39cf07d
+ write the import functions in the wasm binary writer
|
4 anni fa |
Nikolay Nikolov
|
78af12b584
+ added function name to functype hashlist in the wasm objdata class
|
4 anni fa |
florian
|
01d6358f93
* some fixes for expectloc
|
4 anni fa |
mattias
|
a0c0a8fa8c
pas2js: fixed rtl.tTypeMemberProperty
|
4 anni fa |
florian
|
69d5d648a9
+ more unary minus optimizations
|
4 anni fa |
mattias
|
781da5e60d
pas2js: nil typeinfo Module, Attr and params
|
4 anni fa |
florian
|
3e760b33c7
+ more unary minus optimizations
|
4 anni fa |
Nikolay Nikolov
|
a58368d20d
+ avoid duplicate functypes in the types section of the wasm module we produce
|
4 anni fa |
Nikolay Nikolov
|
3e2a9b6ceb
+ handle the call instruction in the wasm binary writer
|
4 anni fa |
Nikolay Nikolov
|
ab0d7697c3
+ added the TWasmLinkingSubsectionType enum
|
4 anni fa |
Nikolay Nikolov
|
b97570c8b3
+ added the TWasmRelocationType enum
|
4 anni fa |
Nikolay Nikolov
|
bb0155141a
* fixed warning
|
4 anni fa |
Nikolay Nikolov
|
92592be8e4
+ print more symbol properties to the console
|
4 anni fa |
Nikolay Nikolov
|
628fcb9b1c
+ create the Type wasm section
|
4 anni fa |
Nikolay Nikolov
|
3c3120845a
* fixed crash when writing a binary wasm module with a .bss section
|
4 anni fa |
Nikolay Nikolov
|
fced051f5f
+ implemented binary encoding of a_i32_load and a_i32_store without symbol
|
4 anni fa |
Nikolay Nikolov
|
b975317c51
+ implemented the encoding of the block instruction without operands
|
4 anni fa |
Nikolay Nikolov
|
079e5ae151
+ encode the end_function dummy instruction
|
4 anni fa |
Nikolay Nikolov
|
b7c638a717
+ implemented binary encoding of the global.get and global.set instructions
|
4 anni fa |
Nikolay Nikolov
|
4a886e2019
* simplified operand access via the 'with' operator
|
4 anni fa |
Nikolay Nikolov
|
4dd44427c0
+ implemented instruction encoding for local.get, local.set and local.tee
|
4 anni fa |
Nikolay Nikolov
|
2954588e4d
+ implemented binary output for the i32.const and i64.const with top_const parameter
|
4 anni fa |
Nikolay Nikolov
|
5b3efc4b38
+ implemented encoding of the most simple wasm instructions
|
4 anni fa |