Nikolay Nikolov
|
ee3ff19312
+ allow referencing TLS_SIZE_SYM, TLS_ALIGN_SYM and TLS_BASE_SYM from WebAssembly inline asm
|
1 year ago |
Nikolay Nikolov
|
43229cdf2e
+ support the atomic instructions in the WebAssembly inline asm reader
|
1 year ago |
Nikolay Nikolov
|
fcfcdc2ccd
- removed debug printing from the WebAssembly inline assembler reader
|
1 year ago |
Nikolay Nikolov
|
5cfd214b68
* fixed WebAssembly inline asm parsing bug for the global.get/global.set ID instruction
|
1 year ago |
Nikolay Nikolov
|
b08b5bf136
* fixed the WebAssembly inline asm call instruction with the internal assembler writer
|
1 year ago |
Nikolay Nikolov
|
d8340641cc
+ support the call instruction in the WebAssembly inline asm
|
1 year ago |
Nikolay Nikolov
|
0a9169eb67
+ allow referencing '$__stack_pointer' in WebAssembly inline asm as argument to
|
1 year ago |
Nikolay Nikolov
|
83a8d584e0
+ set result.ops in twasmreader.HandlePlainInstruction
|
1 year ago |
Nikolay Nikolov
|
d9e3afcb1d
+ actually enable the parsing of WebAssembly inline asm instructions
|
1 year ago |
Nikolay Nikolov
|
fd1fb255a6
* started implementing twasmreader.HandleBlockInstruction
|
1 year ago |
Nikolay Nikolov
|
152bb316c3
+ call ConcatInstruction for plain instructions in twasmreader.HandleInstruction
|
1 year ago |
Nikolay Nikolov
|
8ec86ad053
+ insert plain instructions and parse nested instructions in twasmreader.HandleFoldedInstruction
|
1 year ago |
Nikolay Nikolov
|
95593f15dd
+ handle the local and global variable instructions with a constant integer
|
1 year ago |
Nikolay Nikolov
|
ea988e0b92
+ recognize the memory access instructions with an optional memarg operand (not
|
1 year ago |
Nikolay Nikolov
|
09f2fa0daf
+ support the f32.const and f64.const instructions in twasmreader.HandlePlainInstruction
|
1 year ago |
Nikolay Nikolov
|
8e79108e51
* changed twasmreader.HandlePlainInstruction to return an instruction
|
1 year ago |
Nikolay Nikolov
|
c1c1d46c15
+ parse the instructions with integer parameter i32.const and i64.const in twasmreader.HandlePlainInstruction
|
1 year ago |
Nikolay Nikolov
|
748dbbcb20
* fixed another warning
|
1 year ago |
Nikolay Nikolov
|
4c3d8d016e
+ added else clause to silence warning, treated as error in CI
|
1 year ago |
Nikolay Nikolov
|
c6e715a54e
+ WebAssembly inline assembler instruction parsing work in progress
|
1 year ago |
Nikolay Nikolov
|
4c787b4b9f
+ started working on a WebAssembly inline assembler reader. Not ready, yet, just
|
1 year ago |