index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWasm
/
AbstractMachine
/
Interpreter.h
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2021-07-02
LibWasm: Give traps a reason and display it when needed
Ali Mohammad Pur
2021-06-05
LibWasm: Move Wasm::BytecodeInterpreter into its own header
Sahan Fernando
2021-06-04
LibWasm+wasm: Switch to east-const to comply with project style
Ali Mohammad Pur
2021-05-27
LibWasm: Avoid excessive pop()-then-push() on the stack
Ali Mohammad Pur
2021-05-27
LibWasm: Let the interpreter itself manage the call frame
Ali Mohammad Pur
2021-05-27
LibWasm: Make Interpreter a virtual interface
Ali Mohammad Pur
2021-05-27
LibWasm: Don't put values and labels in OwnPtrs
Ali Mohammad Pur
2021-05-26
LibWasm: Add execution hooks and a debugger mode to the wasm tool
Ali Mohammad Pur
2021-05-26
LibWasm: Turn memory read failures into traps
Ali Mohammad Pur
2021-05-26
LibWasm: Implement checked truncation instructions
Ali Mohammad Pur
2021-05-21
LibWasm: Trap instead of VERIFY()'ing
Ali Mohammad Pur
2021-05-17
LibWasm: Implement most of the remaining instructions
Ali Mohammad Pur
2021-05-17
LibWasm: Start implementing a naive bytecode interpreter
Ali Mohammad Pur
2021-05-13
LibWasm: Add basic support for module instantiation and execution stubs
Ali Mohammad Pur