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-22 12:34:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
aa045a9fdf4c39bf48a2b875faac3075f82002bf
ladybird
/
Userland
/
Libraries
/
LibWeb
/
WebAssembly
History
Ali Mohammad Pur
e70624de9f
LibWeb: Don't grow Wasm memory again after initialisation
...
The constructor grows the memory to the initial size, we don't need to do that again.
2022-08-23 19:04:18 +01:00
..
WebAssemblyInstanceConstructor.cpp
…
WebAssemblyInstanceConstructor.h
…
WebAssemblyInstanceObject.cpp
…
WebAssemblyInstanceObject.h
…
WebAssemblyInstanceObjectPrototype.cpp
LibJS: Pass Realm to define_native_{accessor,function}()
2022-08-23 13:58:30 +01:00
WebAssemblyInstanceObjectPrototype.h
…
WebAssemblyMemoryConstructor.cpp
LibWeb: Don't grow Wasm memory again after initialisation
2022-08-23 19:04:18 +01:00
WebAssemblyMemoryConstructor.h
…
WebAssemblyMemoryPrototype.cpp
LibJS: Pass Realm to define_native_{accessor,function}()
2022-08-23 13:58:30 +01:00
WebAssemblyMemoryPrototype.h
…
WebAssemblyModuleConstructor.cpp
…
WebAssemblyModuleConstructor.h
…
WebAssemblyModuleObject.cpp
…
WebAssemblyModuleObject.h
…
WebAssemblyModulePrototype.h
…
WebAssemblyObject.cpp
LibJS: Pass Realm to define_native_{accessor,function}()
2022-08-23 13:58:30 +01:00
WebAssemblyObject.h
…
WebAssemblyTableConstructor.cpp
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
2022-08-23 13:58:30 +01:00
WebAssemblyTableConstructor.h
…
WebAssemblyTableObject.cpp
…
WebAssemblyTableObject.h
…
WebAssemblyTablePrototype.cpp
LibJS: Pass Realm to define_native_{accessor,function}()
2022-08-23 13:58:30 +01:00
WebAssemblyTablePrototype.h
…