Sha256: 44d2ef529887935574a3e537350572cbba9c1bbb95f03319b52996be648a664b

Contents?: true

Size: 205 Bytes

Versions: 9

Compression:

Stored size: 205 Bytes

Contents

(module
  (type $ft (func (param f32) (result i32)))
  (func $foo (export "foo") (param i32 f32) (result i32)
    (call_indirect (type $ft) (local.get 1) (local.get 0))
  )
  (table (;0;) 23 23 anyfunc)
)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wasmtime-17.0.1 ./ext/cargo-vendor/cranelift-wasm-0.104.1/wasmtests/icall.wat
wasmtime-17.0.0 ./ext/cargo-vendor/cranelift-wasm-0.104.0/wasmtests/icall.wat
wasmtime-16.0.0 ./ext/cargo-vendor/cranelift-wasm-0.103.0/wasmtests/icall.wat
wasmtime-15.0.1 ./ext/cargo-vendor/cranelift-wasm-0.102.1/wasmtests/icall.wat
wasmtime-15.0.0 ./ext/cargo-vendor/cranelift-wasm-0.102.1/wasmtests/icall.wat
wasmtime-14.0.4 ./ext/cargo-vendor/cranelift-wasm-0.101.4/wasmtests/icall.wat
wasmtime-14.0.3 ./ext/cargo-vendor/cranelift-wasm-0.101.4/wasmtests/icall.wat
wasmtime-14.0.1 ./ext/cargo-vendor/cranelift-wasm-0.101.1/wasmtests/icall.wat
wasmtime-14.0.0 ./ext/cargo-vendor/cranelift-wasm-0.101.1/wasmtests/icall.wat