Commit History

Author SHA1 Message Date
  Diego 4eaabdad34 LibWasm: Properly read blocktypes 1 year ago
  Diego f8ac883fb4 LibWasm: Implement element section parsing 1 year ago
  Diego e345d65def LibWasm: Use TRY macro when possible 1 year ago
  Diego ba5192b2e7 LibWasm: Use u32's instead of size_t's when reading LEB128 numbers 1 year ago
  Diego ed8d036b41 LibWasm: Properly read data section tags 1 year ago
  Ali Mohammad Pur 5a40ce442b LibWasm: Remove uses of AK::Result 1 year ago
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
  Ali Mohammad Pur 22d411345d LibWasm: Implement the multi-memory proposal 1 year ago
  Ali Mohammad Pur 2462064fcd LibWasm+LibWeb: Parse and validate all Wasm SIMD instructions 2 years ago
  Ali Mohammad Pur 59e8f713db LibWasm: Implement Element section segment type 4 2 years ago
  Tim Schumacher 547a08670e LibWasm: Replace usages of the Endian bytes accessor 2 years ago
  Tim Schumacher d1f6a28ffd AK: Move ConstrainedStream from LibWasm and limit discarding 2 years ago
  Tim Schumacher a3f73e7d85 AK: Rename Stream::read_entire_buffer to Stream::read_until_filled 2 years ago
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2 years ago
  Tim Schumacher 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages 2 years ago
  Tim Schumacher 874c7bba28 LibCore: Remove `Stream.h` 2 years ago
  Tim Schumacher 220fbcaa7e AK: Remove the fallible constructor from `FixedMemoryStream` 2 years ago
  Tim Schumacher 47531a42a9 AK: Make LEB128 decoding work with `read_value` 2 years ago
  Tim Schumacher 787f4d639a AK: Port `LEB128` to the new `AK::Stream` 2 years ago
  Tim Schumacher 093cf428a3 AK: Move memory streams from `LibCore` 2 years ago
  Tim Schumacher 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` 2 years ago
  Tim Schumacher 982ebbc304 LibWasm: Port the parser to `Core::Stream` 2 years ago
  Ben Wiederhake 8a331d4fa0 Everywhere: Move AK/Debug.h include to using files or remove 2 years ago
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Linus Groh d26aabff04 Everywhere: Run clang-format 2 years ago
  Ali Mohammad Pur 0d1471e72f LibWasm: Avoid parsing if/block/loop instructions recursively 2 years ago
  Hendiadyoin1 8a9d4246f1 LibWasm: Use TRY in Module::parse 2 years ago
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
  mjz19910 3102d8e160 Everywhere: Fix many spelling errors 3 years ago