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-05-11 05:40:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
28b95e8ed0e4eed87a8e4ffb60e2e28ec3b78056
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
LibWeb: Use 'FIXME' extended attribute where possible
2024-05-19 16:24:11 +02:00
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
…