From the wabt bug tracker: WebAssembly/wabt#2201
This should work according to the spec, but currently doesn't under wabt, and its not covered by the spec tests (AFAICT):
(module
(import "m" "f" (global funcref))
(table 0 10 funcref)
(elem (offset (i32.const 0)) funcref (global.get 0))
)