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
Age
Commit message (
Expand
)
Author
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-04
Userland: Resolve tautological-constant-out-of-range-compare warnings
Andrew Kaster
2021-12-21
AK+Everywhere: Replace __builtin bit functions
Nick Johnson
2021-12-21
LibWasm: Tolerate modules with invalid sections and mark them as invalid
Ali Mohammad Pur
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-12-21
LibWasm: Fix silly typo in f32 reinterpret validation
Ali Mohammad Pur
2021-12-21
LibWasm: Make blocks that take arguments actually work
Ali Mohammad Pur
2021-12-21
LibWasm: Implement memory.init and passive mode data
Ali Mohammad Pur
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-11
LibWasm: Fix broken build after merging un-rebased Validator changes
Andreas Kling
2021-11-11
LibWasm: Remove traps caught by validation
Ali Mohammad Pur
2021-11-11
LibWasm: Implement module validation
Ali Mohammad Pur
2021-11-11
LibWasm: Make opcode definitions enumerable through a macro
Ali Mohammad Pur
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
AK: Make Vector::try_* functions return ErrorOr<void>
Andreas Kling
2021-10-06
LibWasm: Add missing forward declaration to Printer/Printer.h
Ben Wiederhake
2021-09-21
Libraries: Use AK::Variant default initialization where appropriate
Ben Wiederhake
2021-09-11
LibWasm: Avoid making StringView of temporary ByteBuffer
Ben Wiederhake
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
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
LibWeb+LibWasm: Implement the WebAssembly.Table object
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-08-30
LibWasm: Make the Truncate operator trap on undefined results
Ali Mohammad Pur
2021-08-30
LibWasm: Implement fx.nearest using nearbyint() instead of round()
Ali Mohammad Pur
2021-08-26
LibWasm: Use Operators::BitShiftRight for i64.shru
Ali Mohammad Pur
2021-08-12
LibWasm: Move some Values and Vector<Value>s instead of copying them
Ali Mohammad Pur
2021-08-12
LibWasm: Avoid calculating stack bounds on each wasm call
Ali Mohammad Pur
2021-08-12
LibWasm: Generate Value::type() on the fly instead of storing it
Ali Mohammad Pur
2021-08-12
LibWasm: Replace memory write macros with templated functions
Ali Mohammad Pur
2021-08-12
LibWasm: Make memory operation address calculation match the spec
Ali Mohammad Pur
2021-08-12
LibWasm: Replace memory read macros with templated functions
Ali Mohammad Pur
2021-08-12
LibWasm: Replace the numeric operation macros with templated functions
Ali Mohammad Pur
2021-07-22
Everywhere: Prefer using {:#x} over 0x{:x}
Gunnar Beutner
2021-07-17
LibWasm: Remove a useless use of ScopeGuard
Ali Mohammad Pur
2021-07-17
LibWasm+Everywhere: Make the instruction count limit configurable
Ali Mohammad Pur
2021-07-17
LibWasm: Inline some very hot functions
Ali Mohammad Pur
2021-07-17
Revert "LibWasm: Some more performance stuff (#8812)"
Ali Mohammad Pur
2021-07-17
LibWasm: Some more performance stuff (#8812)
Ali Mohammad Pur
2021-07-12
LibWasm: Adjust signed integer operations to avoid UB
Andrew Kaster
2021-07-12
LibWasm: Skip initializing active empty data sections
Ali Mohammad Pur
2021-07-12
LibWasm: Use AK::StackInfo to track stack size
Ali Mohammad Pur
2021-07-06
LibWasm: Don't create useless temporary strings for trap reasons
Ali Mohammad Pur
2021-07-06
LibWasm: Tweak the implementation-defined limits a bit
Ali Mohammad Pur
2021-07-06
LibWasm: Allow overflow in normal 64-bit arithmetic instructions
Ali Mohammad Pur
2021-07-06
LibWasm: Limit module memory to 65536 pages
Ali Mohammad Pur
2021-07-06
LibWasm: Fix data section initialization bounds checking
Ali Mohammad Pur
[next]