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
Age
Commit message (
Expand
)
Author
2021-07-23
LibWeb: Manually convert the js bigint to a wasm i64 value
Ali Mohammad Pur
2021-07-23
LibWeb: Read the correct types in WebAssembly's to_js_value()
Ali Mohammad Pur
2021-07-17
LibWasm+Everywhere: Make the instruction count limit configurable
Ali Mohammad Pur
2021-07-17
Revert "LibWasm: Some more performance stuff (#8812)"
Ali Mohammad Pur
2021-07-17
LibWasm: Some more performance stuff (#8812)
Ali Mohammad Pur
2021-07-06
LibJS: Remove the non-standard put helper and replace it's usages
Idan Horowitz
2021-07-06
LibJS: Remove the default length & attributes from define_native_*
Idan Horowitz
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-05
LibWeb: Use JS_DECLARE_NATIVE_FUNCTION for WebAssembly accessors
Linus Groh
2021-07-05
LibWeb: Make WebAssembly.Memory.prototype.buffer an accessor property
Linus Groh
2021-07-05
LibWeb: Make WebAssembly.Instance.prototype.exports an accessor property
Linus Groh
2021-07-05
LibWeb: Use "WebAssembly.Foo" in exception error messages
Linus Groh
2021-07-04
LibWeb/WebAssembly+test-wasm: Use get_without_side_effects() more
Linus Groh
2021-07-02
LibWasm: Give traps a reason and display it when needed
Ali Mohammad Pur
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: Use the correct name to refer to WebAssembly.Memory.prototype
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-06-22
LibWeb: Use SignedBigInteger::create() to create wasm i64 values
Ali Mohammad Pur
2021-06-22
LibWeb: Avoid resolving the wasm call address type on every invocation
Ali Mohammad Pur
2021-06-16
LibJS: Replace Object's create_empty() with create() taking a prototype
Linus Groh
2021-06-11
LibWeb: Set a detach key for ArrayBuffers returned from WASM
Idan Horowitz
2021-06-02
LibWasm: Implement reference instructions (ref.{null,func,is_null})
Ali Mohammad Pur
2021-05-26
LibWasm+LibWeb: Partially resolve memory exports
Ali Mohammad Pur
2021-05-26
LibWasm+LibWeb: Implement (a very basic version of) the JS link/import
Ali Mohammad Pur
2021-05-26
LibWeb: Implement a very basic WebAssembly JS API
Ali Mohammad Pur