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
2022-01-06
LibJS: Replace the custom unwind mechanism with completions :^)
Linus Groh
2022-01-03
LibJS: Return Optional<T> from Completion::{value,target}(), not T
Linus Groh
2021-12-05
LibWeb: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-11
LibWeb: Implement WebAssembly::validate()
Ali Mohammad Pur
2021-10-31
LibWeb: Convert WebAssemblyTablePrototype funcs to ThrowCompletionOr
Idan Horowitz
2021-10-31
LibWeb: Convert WebAssemblyMemoryPrototype funcs to ThrowCompletionOr
Idan Horowitz
2021-10-31
LibWeb: Convert WebAssemblyInstancePrototype funcs to ThrowCompletionOr
Idan Horowitz
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-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Convert NativeFunction callback to ThrowCompletionOr
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-18
LibJS: Convert to_u32() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_i32() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_double() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_bigint() to ThrowCompletionOr
Idan Horowitz
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-09
LibWeb: Fix WebAssembly.Memory.prototype.buffer build
Linus Groh
2021-10-09
LibJS: Use AllocateArrayBuffer where the spec tells us to
Linus Groh
2021-10-03
LibJS: Convert set_integrity_level() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-09-30
LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValues
Idan Horowitz
2021-09-23
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
Idan Horowitz
2021-09-12
LibWeb: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
2021-09-11
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
Andreas Kling
2021-09-05
LibWeb+LibWasm: Implement the WebAssembly.Table object
Ali Mohammad Pur
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-08-01
LibJS: Remove unused includes out of Cell.h, move to the users
Brian Gianforcaro
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
[next]