Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/safeint
/
.
/
test
/
untaken-br_if.wast.from-wast
blob: a6e664e9c10694be11bf4e83ee71aede3b2eae71 [
file
] [
edit
]
(
module
(
type $FUNCSIG$f
(
func
(
result f32
)))
(
func $binaryify
-
untaken
-
br_if
(;
0
;)
(
type $FUNCSIG$f
)
(
result f32
)
(
if
(
result f32
)
(
i32
.
const
1
)
(
unreachable
)
(
block $label$1
(
result f32
)
(
br_if $label$1
(
f32
.
const
1
)
(
unreachable
)
)
)
)
)
)