ladybird/Libraries/LibWasm
Ali Mohammad Pur 4462348916 Everywhere: Slap some [[clang::lifetimebound]] where appropriate
This first pass only applies to the following two cases:
- Public functions returning a view type into an object they own
- Public ctors storing a view type

This catches a grand total of one (1) issue, which is fixed in
the previous commit.
2025-09-01 11:11:38 +02:00
..
AbstractMachine LibWasm: Move the interpreter IP out of the configuration object 2025-08-26 15:20:33 +02:00
Parser LibWasm: Move the interpreter IP out of the configuration object 2025-08-26 15:20:33 +02:00
Printer LibWasm: Move the interpreter IP out of the configuration object 2025-08-26 15:20:33 +02:00
Tests CI: Create wasm artifact and use it in the js-benchmarks workflow 2025-08-14 10:02:35 +02:00
WASI Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
CMakeLists.txt Utilities/wasm: Enable on Windows 2025-08-24 12:58:27 -06:00
Constants.h LibWasm+LibWeb: Throw a js stack-overflow error if wasm stack overflows 2025-05-22 07:35:58 +01:00
Forward.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Opcode.h LibWasm: Move the interpreter IP out of the configuration object 2025-08-26 15:20:33 +02:00
Types.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00
Wasi.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00