Source code
Revision control
Copy as Markdown
Other Tools
wasmEvalText(`(module
(type $a (struct (field anyref)))
(type $b (struct (field externref)))
(func
ref.null $a
struct.get $a 0
drop
ref.null $b
struct.get $b 0
drop
)
)`);