kit

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

memory_data.wat (141B)


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