ladybird/Utilities
Ali Mohammad Pur 191499696b wasm: Make it possible to provide exported functions using js
This can be done by passing
`--export-js <module>.<fn>[(<arg>:type, ...)][:type]=<source>`,
which uses a js function `(arg...) => source` to resolve the requested
import `module::fn`.

All literal wasm value types (i<n> and v128) are supported as both
parameter and return types.
2025-08-26 15:20:33 +02:00
..
abench.cpp Everywhere: Rename serenity_main to ladybird_main 2025-07-08 09:17:16 -04:00
CMakeLists.txt wasm: Make it possible to provide exported functions using js 2025-08-26 15:20:33 +02:00
dns.cpp Everywhere: Rename serenity_main to ladybird_main 2025-07-08 09:17:16 -04:00
image.cpp Everywhere: Rename serenity_main to ladybird_main 2025-07-08 09:17:16 -04:00
js.cpp LibJS: Port the JS lexer and parser to UTF-16 2025-08-13 09:56:13 -04:00
test262-runner.cpp LibJS: Export symbols causing linker errors in various consumers 2025-08-23 16:04:36 -06:00
wasm.cpp wasm: Make it possible to provide exported functions using js 2025-08-26 15:20:33 +02:00
xml.cpp Everywhere: Rename serenity_main to ladybird_main 2025-07-08 09:17:16 -04:00