1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:48:10 +00:00
serenity/Userland/Libraries/LibWeb/WebAssembly
Ali Mohammad Pur e523e530fc LibWeb: Cache the WebAssembly objects that we hand out to JS
The spec requires this behaviour, and it's generally faster to do this
instead of re-resolving and re-creating the instances anyway.
2021-06-22 00:26:25 +04:30
..
WebAssemblyObject.cpp LibWeb: Cache the WebAssembly objects that we hand out to JS 2021-06-22 00:26:25 +04:30
WebAssemblyObject.h LibWeb: Cache the WebAssembly objects that we hand out to JS 2021-06-22 00:26:25 +04:30
WebAssemblyObjectPrototype.cpp LibWasm+LibWeb: Partially resolve memory exports 2021-05-26 15:34:13 +04:30
WebAssemblyObjectPrototype.h LibWasm+LibWeb: Partially resolve memory exports 2021-05-26 15:34:13 +04:30