Sha256: a36675a8feb70866ee48cedd9ba54f35f3b72f7a7c6240b9215b4918651aeb1f

Contents?: true

Size: 356 Bytes

Versions: 25

Compression:

Stored size: 356 Bytes

Contents

(module
  (func (export "multiIf") (param i32 i64 i64) (result i64 i64)
    (local.get 2)
    (local.get 1)
    (local.get 0)
    (if (param i64 i64) (result i64 i64)
      (then return)
      ;; Hits the code path for an `else` after a block that ends unreachable.
      (else
        (drop)
        (drop)
        (i64.const 0)
        (i64.const 0)))))

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
wasmtime-6.0.1 ./ext/cargo-vendor/cranelift-wasm-0.93.1/wasmtests/multi-3.wat
wasmtime-6.0.0 ./ext/cargo-vendor/cranelift-wasm-0.93.0/wasmtests/multi-3.wat
wasmtime-5.0.0 ./ext/cargo-vendor/cranelift-wasm-0.92.0/wasmtests/multi-3.wat
wasmtime-0.4.1 ./ext/cargo-vendor/cranelift-wasm-0.91.0/wasmtests/multi-3.wat
wasmtime-0.4.0 ./ext/cargo-vendor/cranelift-wasm-0.91.0/wasmtests/multi-3.wat