kit

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

table_null.wat (158B)


      1 (module
      2   (type $callee (func (result i32)))
      3   (table 1 funcref)
      4   (func (export "test_main") (result i32)
      5     i32.const 0
      6     call_indirect (type $callee)))