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 |