kit

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

unreachable.wat (68B)


      1 (module
      2   (func (export "test_main") (result i32)
      3     unreachable))