kit

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

top_export_comments.wat (128B)


      1 (module
      2   (; nested (; block ;) comment ;)
      3   (func $main (result i32)
      4     i32.const +0x2a)
      5   (export "test_main" (func $main)))