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
/
Printer
Age
Commit message (
Expand
)
Author
2021-12-21
LibWasm: Make shown instruction names match the names in the spec
Ali Mohammad Pur
2021-12-21
LibWasm: Add a instruction_from_name getter
Ali Mohammad Pur
2021-12-21
LibWasm: Print the block type for structured arguments
Ali Mohammad Pur
2021-10-06
LibWasm: Add missing forward declaration to Printer/Printer.h
Ben Wiederhake
2021-07-06
LibWasm: Jump to the default label in br_table with negative values
Ali Mohammad Pur
2021-06-04
LibWasm+wasm: Switch to east-const to comply with project style
Ali Mohammad Pur
2021-06-04
LibWasm: Load and instantiate tables
Ali Mohammad Pur
2021-06-02
LibWasm: Parse the "extend" set of instructions
Ali Mohammad Pur
2021-05-21
LibWasm: Print instruction arguments too
Ali Mohammad Pur
2021-05-17
LibWasm: Start implementing a naive bytecode interpreter
Ali Mohammad Pur
2021-05-13
LibWasm: Stub out/implement parsing of all ElementSection segments
Ali Mohammad Pur
2021-05-13
LibWasm: Make the Module ctor generate a list of module functions
Ali Mohammad Pur
2021-05-13
LibWasm: Implement parsing of the DataCount section
Ali Mohammad Pur
2021-05-13
LibWasm: Add a module pretty printer
Ali Mohammad Pur