kit

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

block_result_shorthand_roundtrip.wat (116B)


      1 (module (func (export "test_main") (result i32)
      2   (block (result i32)
      3     (block
      4       (nop))
      5     (i32.const 42))))