Ali Mohammad Pur
|
dc67f0ad4e
|
LibWasm: Hold on to the stack depth for expressions in the validator
This allows preallocating the value stack when pushing frames, avoiding
repeated reallocs and copies.
|
2025-08-08 12:54:06 +02: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 |
|
Ali Mohammad Pur
|
292688e249
|
LibWasm: Validate tables, memories, globals, elements and data correctly
These sections are supposed to be validated with only the imported
globals.
|
2025-05-08 03:35:11 -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 |
|