summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/WebAssembly/WebAssemblyObject.h
AgeCommit message (Expand)Author
2021-10-31LibWeb: Convert WebAssemblyObject functions to ThrowCompletionOrIdan Horowitz
2021-10-31LibWeb: Convert WebAssemblyObject AOs to ThrowCompletionOrIdan Horowitz
2021-10-31LibWeb: Make GlobalObject the first parameter of WebAssembly AOsIdan Horowitz
2021-10-20LibJS: Add ThrowCompletionOr versions of the JS native function macrosIdan Horowitz
2021-07-02LibWeb: Add the WebAssembly.Module constructorAli Mohammad Pur
2021-07-02LibWeb: Add the WebAssembly.Instance constructorAli Mohammad Pur
2021-07-02LibWeb: Split the WebAssemblyInstance object logic into multiple filesAli Mohammad Pur
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-06-22LibWeb: Implement the WebAssembly Memory object and Memory importsAli Mohammad Pur
2021-06-22LibWeb: Cache the WebAssembly objects that we hand out to JSAli Mohammad Pur
2021-05-26LibWasm+LibWeb: Partially resolve memory exportsAli Mohammad Pur
2021-05-26LibWeb: Implement a very basic WebAssembly JS APIAli Mohammad Pur