Sha256: ae3c5e5f1bb08e34d4af3280506f5581c725568cca7f3e49c51499685874a115

Contents?: true

Size: 240 Bytes

Versions: 25

Compression:

Stored size: 240 Bytes

Contents

(module
  (func (export "f") (param i64 i32) (result i64)
    (local.get 0)
    (local.get 1)
    ;; If with no else. Same number of params and results.
    (if (param i64) (result i64)
      (then
        (drop)
        (i64.const -1)))))

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-7.wat
wasmtime-6.0.0 ./ext/cargo-vendor/cranelift-wasm-0.93.0/wasmtests/multi-7.wat
wasmtime-5.0.0 ./ext/cargo-vendor/cranelift-wasm-0.92.0/wasmtests/multi-7.wat
wasmtime-0.4.1 ./ext/cargo-vendor/cranelift-wasm-0.91.0/wasmtests/multi-7.wat
wasmtime-0.4.0 ./ext/cargo-vendor/cranelift-wasm-0.91.0/wasmtests/multi-7.wat