reflect.wat 200 B

123456
  1. (module
  2. (func (export "func") (param i32 f64 f32) (result i32) (unreachable))
  3. (global (export "global") f64 (f64.const 0))
  4. (table (export "table") 0 50 funcref)
  5. (memory (export "memory") 1)
  6. )