kit

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

import_table_unbound.wat (111B)


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