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 |