This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-04-18 02:26:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
629068c2a7eb02db37ffb4fe8d536306ee71e156
ladybird
/
Userland
/
Libraries
/
LibWeb
/
WebAssembly
History
Diego
e8fd8982f8
LibWasm: Give names to functions exported to JS via
ref.func
...
https://webassembly.github.io/spec/js-api/index.html#name-of-the-webassembly-function
2024-07-10 00:37:18 +02:00
..
Instance.cpp
LibWeb: Make exported Wasm functions keep the module instance alive
2024-05-23 00:55:56 -06:00
Instance.h
…
Instance.idl
…
Memory.cpp
…
Memory.h
…
Memory.idl
…
Module.cpp
…
Module.h
…
Module.idl
…
Table.cpp
LibWasm: Improve table support
2024-06-01 16:21:03 +02:00
Table.h
…
Table.idl
…
WebAssembly.cpp
LibWasm: Give names to functions exported to JS via
ref.func
2024-07-10 00:37:18 +02:00
WebAssembly.h
LibWeb: Make exported Wasm functions keep the module instance alive
2024-05-23 00:55:56 -06:00
WebAssembly.idl
…