index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
WebAssembly
/
WebAssemblyObject.h
Age
Commit message (
Expand
)
Author
2021-10-31
LibWeb: Convert WebAssemblyObject functions to ThrowCompletionOr
Idan Horowitz
2021-10-31
LibWeb: Convert WebAssemblyObject AOs to ThrowCompletionOr
Idan Horowitz
2021-10-31
LibWeb: Make GlobalObject the first parameter of WebAssembly AOs
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-07-02
LibWeb: Add the WebAssembly.Module constructor
Ali Mohammad Pur
2021-07-02
LibWeb: Add the WebAssembly.Instance constructor
Ali Mohammad Pur
2021-07-02
LibWeb: Split the WebAssemblyInstance object logic into multiple files
Ali Mohammad Pur
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-22
LibWeb: Implement the WebAssembly Memory object and Memory imports
Ali Mohammad Pur
2021-06-22
LibWeb: Cache the WebAssembly objects that we hand out to JS
Ali Mohammad Pur
2021-05-26
LibWasm+LibWeb: Partially resolve memory exports
Ali Mohammad Pur
2021-05-26
LibWeb: Implement a very basic WebAssembly JS API
Ali Mohammad Pur