Historique des commits

Auteur SHA1 Message Date
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Tim Schumacher a2f60911fe AK: Rename GenericTraits to DefaultTraits il y a 1 an
  Ali Mohammad Pur 6820e0e175 LibWasm: Make sure to place imported functions before the module's il y a 1 an
  Ali Mohammad Pur 3c176bafee LibWasm: Implement a few SIMD instructions il y a 2 ans
  Ali Mohammad Pur 2462064fcd LibWasm+LibWeb: Parse and validate all Wasm SIMD instructions il y a 2 ans
  Andreas Kling f5bf53bc99 LibWasm: Create AK::StackInfo once per AbstractMachine il y a 2 ans
  Ali Mohammad Pur 7e4e9fdb8f LibWasm: Start implementing WASI il y a 2 ans
  Ali Mohammad Pur eceb244bef LibWasm: Allow Value::to<T>() to perform statically valid conversions il y a 2 ans
  Ali Mohammad Pur 64da05a96d LibWeb+LibWasm: Implement and use the "reset the Memory buffer" steps il y a 2 ans
  Ali Mohammad Pur 6b50f23242 LibWasm+LibWeb: Sneak a JS::Completion into Wasm::Result il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Sam Atkins c33eae24f9 AK+Everywhere: Replace DistinctNumeric bool parameters with named ones il y a 2 ans
  Linus Groh 5a106b6401 Everywhere: Prefix 'TYPEDEF_DISTINCT_NUMERIC_GENERAL' with 'AK_' il y a 3 ans
  Ali Mohammad Pur 4f2d898a51 LibWasm: Make MemoryInstance allocation fail if initial growth fails il y a 3 ans
  Andrew Kaster d809637023 Userland: Resolve tautological-constant-out-of-range-compare warnings il y a 3 ans
  Ali Mohammad Pur b5ca290605 LibWasm: Implement memory.init and passive mode data il y a 3 ans
  Ali Mohammad Pur 7d1142e2c8 LibWasm: Implement module validation il y a 3 ans
  Andreas Kling a15ed8743d AK: Make ByteBuffer::try_* functions return ErrorOr<void> il y a 3 ans
  Andreas Kling 88b6428c25 AK: Make Vector::try_* functions return ErrorOr<void> il y a 3 ans
  Ali Mohammad Pur 3a9f00c59b Everywhere: Use OOM-safe ByteBuffer APIs where possible il y a 3 ans
  Ali Mohammad Pur 09dd397160 LibWeb+LibWasm: Implement the WebAssembly.Table object il y a 3 ans
  Ali Mohammad Pur 2b35e9f9be LibWasm: Generate Value::type() on the fly instead of storing it il y a 3 ans
  Ali Mohammad Pur 65cd5526cb LibWasm+Everywhere: Make the instruction count limit configurable il y a 4 ans
  Ali Mohammad Pur 70b94f58b2 LibWasm: Inline some very hot functions il y a 4 ans
  Ali Mohammad Pur 23b48f8fe1 Revert "LibWasm: Some more performance stuff (#8812)" il y a 4 ans
  Ali Mohammad Pur 35394dbfaa LibWasm: Some more performance stuff (#8812) il y a 4 ans
  Ali Mohammad Pur c4d4c657d0 LibWasm: Limit module memory to 65536 pages il y a 4 ans
  Ali Mohammad Pur 0b08392e54 LibWasm: Use the number of bytes when comparing memory limits il y a 4 ans
  Ali Mohammad Pur b538e15548 LibWasm: Give traps a reason and display it when needed il y a 4 ans
  Ali Mohammad Pur aa2916c21b LibWasm: ALWAYS_INLINE some very hot functions il y a 4 ans