summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/WebAssembly
AgeCommit message (Expand)Author
2022-01-06LibJS: Replace the custom unwind mechanism with completions :^)Linus Groh
2022-01-03LibJS: Return Optional<T> from Completion::{value,target}(), not TLinus Groh
2021-12-05LibWeb: Cast unused smart-pointer return values to voidSam Atkins
2021-11-11LibWeb: Implement WebAssembly::validate()Ali Mohammad Pur
2021-10-31LibWeb: Convert WebAssemblyTablePrototype funcs to ThrowCompletionOrIdan Horowitz
2021-10-31LibWeb: Convert WebAssemblyMemoryPrototype funcs to ThrowCompletionOrIdan Horowitz
2021-10-31LibWeb: Convert WebAssemblyInstancePrototype funcs to ThrowCompletionOrIdan Horowitz
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-21LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOrLinus Groh
2021-10-20LibJS: Rename define_native_function => define_old_native_functionIdan Horowitz
2021-10-20LibJS: Convert NativeFunction callback to ThrowCompletionOrIdan Horowitz
2021-10-20LibJS: Add ThrowCompletionOr versions of the JS native function macrosIdan Horowitz
2021-10-18LibJS: Convert to_u32() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_i32() to ThrowCompletionOrIdan Horowitz
2021-10-17LibJS: Convert to_double() to ThrowCompletionOrIdan Horowitz
2021-10-17LibJS: Convert to_bigint() to ThrowCompletionOrIdan Horowitz
2021-10-13LibJS: Convert to_object() to ThrowCompletionOrLinus Groh
2021-10-09LibWeb: Fix WebAssembly.Memory.prototype.buffer buildLinus Groh
2021-10-09LibJS: Use AllocateArrayBuffer where the spec tells us toLinus Groh
2021-10-03LibJS: Convert set_integrity_level() to ThrowCompletionOrLinus Groh
2021-10-03LibJS: Convert Object::get() to ThrowCompletionOrLinus Groh
2021-09-30LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValuesIdan Horowitz
2021-09-23LibJS: Convert Value::invoke and VM::call to ThrowCompletionOrIdan Horowitz
2021-09-12LibWeb: Use ErrorType::NotAnObjectOfType instead of NotATimothy Flynn
2021-09-11LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedefAndreas Kling
2021-09-05LibWeb+LibWasm: Implement the WebAssembly.Table objectAli Mohammad Pur
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-08-01LibJS: Remove unused includes out of Cell.h, move to the usersBrian Gianforcaro
2021-07-23LibWeb: Manually convert the js bigint to a wasm i64 valueAli Mohammad Pur
2021-07-23LibWeb: Read the correct types in WebAssembly's to_js_value()Ali Mohammad Pur
2021-07-17LibWasm+Everywhere: Make the instruction count limit configurableAli Mohammad Pur
2021-07-17Revert "LibWasm: Some more performance stuff (#8812)"Ali Mohammad Pur
2021-07-17LibWasm: Some more performance stuff (#8812)Ali Mohammad Pur
2021-07-06LibJS: Remove the non-standard put helper and replace it's usagesIdan Horowitz
2021-07-06LibJS: Remove the default length & attributes from define_native_*Idan Horowitz
2021-07-06LibJS: Add define_direct_property and remove the define_property helperIdan Horowitz
2021-07-05LibWeb: Use JS_DECLARE_NATIVE_FUNCTION for WebAssembly accessorsLinus Groh
2021-07-05LibWeb: Make WebAssembly.Memory.prototype.buffer an accessor propertyLinus Groh
2021-07-05LibWeb: Make WebAssembly.Instance.prototype.exports an accessor propertyLinus Groh
2021-07-05LibWeb: Use "WebAssembly.Foo" in exception error messagesLinus Groh
2021-07-04LibWeb/WebAssembly+test-wasm: Use get_without_side_effects() moreLinus Groh
2021-07-02LibWasm: Give traps a reason and display it when neededAli Mohammad Pur
2021-07-02LibWeb: Add the WebAssembly.Module constructorAli Mohammad Pur
2021-07-02LibWeb: Add the WebAssembly.Instance constructorAli Mohammad Pur
2021-07-02LibWeb: Use the correct name to refer to WebAssembly.Memory.prototypeAli 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