1(module 2 (table $t 10 (ref null none)) 3 (func (export "f") (result (ref null none)) 4 (i32.const 99) 5 (table.get $t) 6 ) 7) 8