Jelle Raaijmakers
|
c31eff6a47
|
Everywhere: Use Optional<T>::ensure() where useful
No functional changes.
|
2025-09-17 12:01:18 -04:00 |
|
Rocco Corsi
|
55d4adc614
|
LibWasm: Missing argument formatter (Wasm::Value) for WASI_DEBUG
Formatting code was removed in PR #960 for performance improvements.
Adding Wasi::Value back as u128 to allow WASI_DEBUG MACRO compilation
|
2025-09-16 22:13:23 +02:00 |
|
Nico Weber
|
9272df7a86
|
Everywhere: Fix a few unreachable-return / unreachable-break warnings
I was playing with clang's -Wunreachable-code-aggressive a bit.
This fixes a handful uncontroversial things it flags.
No behavior change.
|
2025-09-12 14:33:14 +01:00 |
|
Timothy Flynn
|
7280ed6312
|
Meta: Enforce newlines around namespaces
This has come up several times during code review, so let's just enforce
it using a new clang-format 20 option.
|
2025-05-14 02:01:59 -06:00 |
|
Pavel Shliak
|
35764db0b7
|
LibWasm: Clean up #include directives
This change aims to improve the speed of incremental builds.
|
2024-11-21 14:08:33 +01:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|