Commit Verlauf

Autor SHA1 Nachricht Datum
  Diego Frias 23cfee2205 LibWasm: Clean up module sections API vor 11 Monaten
  Diego Frias dc52998341 LibWasm: Remove `Module::functions` vor 11 Monaten
  Ali Mohammad Pur 8cf0f36f7d LibWasm: Replace a hashtable with an RBTree to make instantiation faster vor 11 Monaten
  Diego Frias 8a0ef17d9a LibWasm: Correctly validate `v128_load*_lane` instructions vor 11 Monaten
  Diego 3efb11f5d8 LibWasm: Validate stack correctly in `v128_store*_lane` instructions vor 1 Jahr
  Diego fce8ed1563 LibWasm: Validate potentially empty `else` branch in `if` instruction vor 1 Jahr
  Diego 0e705f431e LibWasm: Check exports for valid `ref.func` targets vor 1 Jahr
  Diego 3225e6fad2 LibWasm: Improve element validation and instantiation vor 1 Jahr
  Diego 6e419db26c LibWasm: Tighten validation algorithm vor 1 Jahr
  Diego 8217a77728 LibWasm: Refactor validator to use one stack for frame information vor 1 Jahr
  Diego 67749300c3 LibWasm: Validate that data section exists for some instructions vor 1 Jahr
  Diego a7b1a9ded7 LibWasm: Disallow multiple start sections vor 1 Jahr
  Diego 3d7c824607 LibWasm: Make sure no duplicate export names are possible vor 1 Jahr
  Diego e64ac8c177 LibWasm: Validate number of data sections vor 1 Jahr
  Diego cf6aa77816 LibWasm: Fix memory limits validator discrepancy vor 1 Jahr
  Ali Mohammad Pur 8003bde03d AK+LibRegex+LibWasm: Remove the non-const COWVector::operator[] vor 1 Jahr
  Ali Mohammad Pur cced555879 LibWasm: Avoid pointless vector copies in Validator::Context vor 1 Jahr
  Nico Weber 24a469f521 Everywhere: Prefer {:#x} over 0x{:x} in format strings vor 1 Jahr
  Shannon Booth e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} vor 1 Jahr
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String vor 1 Jahr
  Ali Mohammad Pur 22d411345d LibWasm: Implement the multi-memory proposal vor 1 Jahr
  Ali Mohammad Pur 2462064fcd LibWasm+LibWeb: Parse and validate all Wasm SIMD instructions vor 2 Jahren
  Ali Mohammad Pur b005691497 LibWasm: Disallow out-of-range br_table labels vor 2 Jahren
  Ali Mohammad Pur 8668851cb1 LibWasm: Do not allow self-referencial globals vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Luke Wilde 8fdf4b43cd LibWasm: Specify which instruction opcode failed validation in error vor 2 Jahren
  Luke Wilde 805e6593b9 LibWasm: Add missing validation for memory.copy vor 2 Jahren
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) vor 3 Jahren
  Ali Mohammad Pur 6760ea33a0 LibWasm: Make memory_grow validation push back the old memory size vor 3 Jahren
  Ali Mohammad Pur 6e07e74261 LibWasm: Make local_tee validation keep the value on the stack vor 3 Jahren