ladybird/Tests/LibWeb/Text/input/Wasm
Timothy Flynn a7ce007ff4 LibWeb: Define name and length properties on exported wasm functions
We were previously not setting any name or length properties on exported
functions. Some sites like https://squeel.frankmayer.dev/ rely on these
properties.

The name property is a bit strange. Exported wasm functions have a name
property which is its index in its module instance's function-address
list.

This patch is not enough for the squeel site to be fully functional; we
will need to implement navigator.locks.
2026-06-23 08:57:08 +02:00
..
WebAssembly-exported-function-metadata.html LibWeb: Define name and length properties on exported wasm functions 2026-06-23 08:57:08 +02:00
WebAssembly-grow-hook.html LibWeb: Register Wasm memory grow hook in constructor of Memory objects 2024-12-10 15:54:20 +01:00
WebAssembly-grow.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
WebAssembly-instantiate-streaming.html LibWeb: Add Wasm Web-API streaming compilation and instantiation 2024-11-01 10:42:24 -07:00
WebAssembly-instantiate.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
WebAssembly-memory-reexport.html LibWeb: Add test ensuring re-exported Wasm memories equal the import 2025-08-23 08:26:23 +02:00
WebAsssembly-invalid-module-crashes.html LibWasm: Add missing tag section validation 2026-01-08 18:49:24 +01:00