summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWasm/Printer
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-03LibWasm: Use String::join in Printer where apropriateHendiadyoin1
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-21LibWasm: Make shown instruction names match the names in the specAli Mohammad Pur
2021-12-21LibWasm: Add a instruction_from_name getterAli Mohammad Pur
2021-12-21LibWasm: Print the block type for structured argumentsAli Mohammad Pur
2021-10-06LibWasm: Add missing forward declaration to Printer/Printer.hBen Wiederhake
2021-07-06LibWasm: Jump to the default label in br_table with negative valuesAli Mohammad Pur
2021-06-04LibWasm+wasm: Switch to east-const to comply with project styleAli Mohammad Pur
2021-06-04LibWasm: Load and instantiate tablesAli Mohammad Pur
2021-06-02LibWasm: Parse the "extend" set of instructionsAli Mohammad Pur
2021-05-21LibWasm: Print instruction arguments tooAli Mohammad Pur
2021-05-17LibWasm: Start implementing a naive bytecode interpreterAli Mohammad Pur
2021-05-13LibWasm: Stub out/implement parsing of all ElementSection segmentsAli Mohammad Pur
2021-05-13LibWasm: Make the Module ctor generate a list of module functionsAli Mohammad Pur
2021-05-13LibWasm: Implement parsing of the DataCount sectionAli Mohammad Pur
2021-05-13LibWasm: Add a module pretty printerAli Mohammad Pur