Ali Mohammad Pur
|
9971d13844
|
LibWasm: Trap if a non-Value is used as a Value
Otherwise we'd just crash, which is not a good thing
|
2021-06-22 00:26:25 +04:30 |
|
Ali Mohammad Pur
|
45710d0724
|
LibWasm: Implement saturating float truncation instructions
With these, the only remaining unimplemented instructions are the
following:
- memory.init
- data.drop
- memory.copy
- memory.fill
- table.init
- elem.drop
- table.copy
- table.grow
- table.size
- table.fill
|
2021-06-09 23:05:32 +04:30 |
|
Ali Mohammad Pur
|
3a44011cd4
|
LibWasm: Implement sign extension instructions
|
2021-06-09 23:05:32 +04:30 |
|
Ali Mohammad Pur
|
a4c4dd928b
|
LibWasm: Implement spec-compliant float min/max ops
|
2021-06-09 23:05:32 +04:30 |
|
Sahan Fernando
|
d02e7b3811
|
LibWasm: Move Wasm::BytecodeInterpreter into its own header
|
2021-06-05 14:31:54 +04:30 |
|