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-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-02-04
AK: Make LEB128 decoding work with `read_value`
Tim Schumacher
2023-02-04
AK: Port `LEB128` to the new `AK::Stream`
Tim Schumacher
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-28
LibWasm: Implement data.drop instruction
Sam Atkins
2023-01-28
LibWasm: Move memory.init code together with other memory.foo impls
Sam Atkins
2023-01-28
LibWasm: Implement memory.copy instruction
Sam Atkins
2023-01-28
LibWasm: Implement memory.fill instruction
Sam Atkins
2023-01-27
LibWasm: Remove declarations for non-existent methods
Sam Atkins
2023-01-25
LibWasm: Use `Core::Stream` to read values in the bytecode interpreter
Tim Schumacher
2023-01-25
LibWasm: Port the parser to `Core::Stream`
Tim Schumacher
2023-01-25
LibWasm: Port `Wasm::Printer` to `Core::Stream`
Tim Schumacher
2023-01-20
LibWasm: Use `AllocatingMemoryStream` around `Wasm::Printer`
Tim Schumacher
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
[next]