kit

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

table_grow_null.wat (176B)


      1 (module
      2   (table 0 4 funcref)
      3   (func (export "test_main") (result i32)
      4     ref.null func
      5     i32.const 2
      6     table.grow
      7     drop
      8     table.size
      9     i32.const 40
     10     i32.add))