kit

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

bounds.wat (98B)


      1 (module
      2   (memory 1)
      3   (func (export "test_main") (result i32)
      4     i32.const 65536
      5     i32.load))