Reference types now supports proper a nullref type. This commit changes the Wasm translator to support this.
12 lines
118 B
Plaintext
12 lines
118 B
Plaintext
(module
|
|
(func (result nullref)
|
|
ref.null
|
|
)
|
|
|
|
(func (result nullref)
|
|
(block (result nullref)
|
|
ref.null
|
|
)
|
|
)
|
|
)
|