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
/
Parser
/
Parser.cpp
Age
Commit message (
Expand
)
Author
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-09-05
LibWasm: Move the vector size limit to Constants.h and increase it a bit
Ali Mohammad Pur
2021-08-31
LibWasm: Limit the number of function locals
Ali Mohammad Pur
2021-07-22
Everywhere: Prefer using {:#x} over 0x{:x}
Gunnar Beutner
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
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-29
LibWasm: Fix logic error in Limits::parse()
Ali Mohammad Pur
2021-05-21
LibWasm: Fix nested structured instruction parsing
Ali Mohammad Pur
2021-05-17
LibWasm: Make clang happy by removing an 'extra' set of parenthesis
Ali Mohammad Pur
2021-05-17
LibWasm: Do not resize() the function signature list to preallocate
Ali Mohammad Pur
2021-05-17
LibWasm: Make structured_end() jump to the instruction after itself
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: Un-nest the structured instructions
Ali Mohammad Pur
2021-05-08
LibWasm: Implement parsing all remaining instructions
Ali Mohammad Pur
2021-05-08
LibWasm: Add some more descriptive parse errors
Ali Mohammad Pur
2021-05-08
LibWasm: Start implementing a basic WebAssembly binary format parser
Ali Mohammad Pur