1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 01:05:08 +00:00
serenity/Userland/Libraries/LibWasm/AbstractMachine
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
..
AbstractMachine.cpp LibWasm: Move Wasm::BytecodeInterpreter into its own header 2021-06-05 14:31:54 +04:30
AbstractMachine.h LibWasm+wasm: Switch to east-const to comply with project style 2021-06-04 16:07:42 +04:30
BytecodeInterpreter.cpp LibWasm: Implement saturating float truncation instructions 2021-06-09 23:05:32 +04:30
BytecodeInterpreter.h LibWasm: Move Wasm::BytecodeInterpreter into its own header 2021-06-05 14:31:54 +04:30
Configuration.cpp LibWasm+wasm: Switch to east-const to comply with project style 2021-06-04 16:07:42 +04:30
Configuration.h LibWasm+wasm: Switch to east-const to comply with project style 2021-06-04 16:07:42 +04:30
Interpreter.cpp LibWasm: Move Wasm::BytecodeInterpreter into its own header 2021-06-05 14:31:54 +04:30
Interpreter.h LibWasm: Move Wasm::BytecodeInterpreter into its own header 2021-06-05 14:31:54 +04:30