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
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2022-12-25
LibWasm: Split SaturatingTruncate conversion function by float/non-float
Andrew Kaster
2022-12-14
Meta+CMake: Extract Wasm spec tests into the binary directory
Andrew Kaster
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-26
LibWasm: Avoid parsing if/block/loop instructions recursively
Ali Mohammad Pur
2022-11-11
AK+Everywhere: Replace DistinctNumeric bool parameters with named ones
Sam Atkins
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-28
LibWasm: Specify which instruction opcode failed validation in error
Luke Wilde
2022-10-28
LibWasm: Add missing validation for memory.copy
Luke Wilde
2022-10-24
LibWasm: Allow vectors of up to 500M entries
Ali Mohammad Pur
2022-10-24
LibWasm: Calculate the max data segment size correctly
Ali Mohammad Pur
2022-10-03
LibWasm: Use String::join in Printer where apropriate
Hendiadyoin1
2022-10-03
LibWasm: Use TRY in Module::parse
Hendiadyoin1
2022-07-22
Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'
Linus Groh
2022-07-22
Everywhere: Prefix 'TYPEDEF_DISTINCT_NUMERIC_GENERAL' with 'AK_'
Linus Groh
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-04-22
LibWasm: Simplify the return instruction execution code a bit
Ali Mohammad Pur
2022-04-22
LibWasm: Push call results back in reverse order to preserve stack order
Ali Mohammad Pur
2022-04-22
LibWasm: Make memory_grow validation push back the old memory size
Ali Mohammad Pur
2022-04-22
LibWasm: Make local_tee validation keep the value on the stack
Ali Mohammad Pur
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-20
LibWasm: Increase the arbitrary local value count per type limit
Ali Mohammad Pur
2022-03-20
LibWasm: Use some template magic to greatly simplify stack validation
Ali Mohammad Pur
2022-03-20
LibWasm: Allow Limits max value to be equal to 2^k-1
Ali Mohammad Pur
2022-02-16
LibWasm: Fix validation of if-else blocks
Ali Mohammad Pur
2022-02-16
LibWasm: Make MemoryInstance allocation fail if initial growth fails
Ali Mohammad Pur
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
[next]