kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

memory_offset_overflow.wat (160B)


      1 (module
      2   (memory 1)
      3   (data (i32.const 0) "\2a\00\00\00")
      4   (func (export "test_main") (result i32)
      5     i32.const 1
      6     i32.load offset=18446744073709551615))