Историја ревизија

Аутор SHA1 Порука Датум
  Sahan Fernando d02e7b3811 LibWasm: Move Wasm::BytecodeInterpreter into its own header пре 4 година
  Ali Mohammad Pur 1b083392fa LibWasm+wasm: Switch to east-const to comply with project style пре 4 година
  Ali Mohammad Pur be62e4d1d7 LibWasm: Load and instantiate tables пре 4 година
  Ali Mohammad Pur c392a0cf7f LibWasm: Implement the br.table instruction пре 4 година
  Ali Mohammad Pur 9db418e1fb LibWasm: Read from and write to memory as little-endian пре 4 година
  BrandonKi 0d1481be7d LibWasm: Use builtins for clz, ctz, and popcnt пре 4 година
  BrandonKi e53df2ca9d LibWasm: Implement rotr and rotl пре 4 година
  Ali Mohammad Pur ea7ba34a31 AK+LibWasm+LibJS: Disallow Variant.has() on types that aren't contained пре 4 година
  Ali Mohammad Pur b15a5d6ada LibWasm: Ensure that value signs are preserved when casting пре 4 година
  Ali Mohammad Pur 02b3238c41 LibWasm: Parse the "extend" set of instructions пре 4 година
  Ali Mohammad Pur 9a1853c388 LibWasm: Don't execute the last instruction in the frame after return пре 4 година
  Ali Mohammad Pur 56bf80251c LibWasm: Implement reference instructions (ref.{null,func,is_null}) пре 4 година
  Ali Mohammad Pur e0b17988bd LibWasm: Make f32-add/sub actually perform addition/subtraction пре 4 година
  Ali Mohammad Pur 08b567e137 LibWasm: Avoid OOB accesses caused by user input пре 4 година
  Ali Mohammad Pur 578bf6c45e LibWasm: Avoid excessive pop()-then-push() on the stack пре 4 година
  Ali Mohammad Pur 477ab6dc4c LibWasm: Let the interpreter itself manage the call frame пре 4 година
  Ali Mohammad Pur c5df55a8a2 LibWasm: Make Interpreter a virtual interface пре 4 година
  Ali Mohammad Pur f91fa79fc5 LibWasm: Use the current configuration to run call ops пре 4 година
  Ali Mohammad Pur bc936a5fac LibWasm: Make Frame a value type as well пре 4 година
  Ali Mohammad Pur 73eb0785e0 LibWasm: Don't put values and labels in OwnPtrs пре 4 година
  Ali Mohammad Pur ba5da79617 LibWasm: Add execution hooks and a debugger mode to the wasm tool пре 4 година
  Ali Mohammad Pur 800bcb9965 LibWasm: Drop previous frame when a structured end instruction is run пре 4 година
  Ali Mohammad Pur 7966168fea LibWasm: Turn memory read failures into traps пре 4 година
  Ali Mohammad Pur c31a4e9013 LibWasm: Once more fix structured instruction label indices пре 4 година
  Ali Mohammad Pur d05e5dbdcf LibWasm: Drop the correct number of frames пре 4 година
  Ali Mohammad Pur a21ebae652 LibWasm: Implement checked truncation instructions пре 4 година
  Ali Mohammad Pur cf8b75c2e5 LibWasm+LibWeb: Partially resolve memory exports пре 4 година
  Ali Mohammad Pur 4a459d2430 LibWasm: Correct memory init size when instantiating пре 4 година
  Ali Mohammad Pur 207379165f LibWasm: Fix nested structured instruction parsing пре 4 година
  Ali Mohammad Pur 541091500c LibWasm: Trap instead of VERIFY()'ing пре 4 година