Source code

Revision control

Copy as Markdown

Other Tools

// Subtyping should be used when an if-else has no else.
wasmEvalText(`(module
(func (param structref) (result anyref)
local.get 0
i32.const 0
if (param structref) (result anyref) end
)
)`);