Source code

Revision control

Copy as Markdown

Other Tools

var src =
`(module
(func (result i32)
i32.const 0
i32.const 1
br_if 0
unreachable)
(export "run" (func 0)))`;
wasmFullPass(src, 0);