kit

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

table_ref_type.wat (90B)


      1 (module
      2   (table 1 externref)
      3   (func (export "test_main") (result i32)
      4     i32.const 0))