Sha256: f726fbf199182c45b9fec74a0d8295c03471dbdefc6e1d86de6955b106cf7dfb

Contents?: true

Size: 646 Bytes

Versions: 25

Compression:

Stored size: 646 Bytes

Contents

(module $n
  (table $t (import "m" "t") 6 funcref)

  (func $i (param i32 i32 i32 i32 i32 i32) (result i32) (local.get 3))
  (func $j (param i32 i32 i32 i32 i32 i32) (result i32) (local.get 4))
  (func $k (param i32 i32 i32 i32 i32 i32) (result i32) (local.get 5))

  (table $u (export "u") funcref (elem $i $j $k $i $j $k))

  (func (export "copy_to_t_from_u") (param i32 i32 i32 i32) (result i32)
    local.get 0
    local.get 1
    local.get 2
    local.get 3
    table.copy $t $u)

  (func (export "copy_to_u_from_t") (param i32 i32 i32 i32) (result i32)
    local.get 0
    local.get 1
    local.get 2
    local.get 3
    table.copy $u $t))

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
wasmtime-18.0.3 ./ext/cargo-vendor/cranelift-wasm-0.105.3/wasmtests/table-copy.wat
wasmtime-17.0.1 ./ext/cargo-vendor/cranelift-wasm-0.104.1/wasmtests/table-copy.wat
wasmtime-17.0.0 ./ext/cargo-vendor/cranelift-wasm-0.104.0/wasmtests/table-copy.wat
wasmtime-16.0.0 ./ext/cargo-vendor/cranelift-wasm-0.103.0/wasmtests/table-copy.wat
wasmtime-15.0.1 ./ext/cargo-vendor/cranelift-wasm-0.102.1/wasmtests/table-copy.wat
wasmtime-15.0.0 ./ext/cargo-vendor/cranelift-wasm-0.102.1/wasmtests/table-copy.wat
wasmtime-14.0.4 ./ext/cargo-vendor/cranelift-wasm-0.101.4/wasmtests/table-copy.wat
wasmtime-14.0.3 ./ext/cargo-vendor/cranelift-wasm-0.101.4/wasmtests/table-copy.wat
wasmtime-14.0.1 ./ext/cargo-vendor/cranelift-wasm-0.101.1/wasmtests/table-copy.wat
wasmtime-14.0.0 ./ext/cargo-vendor/cranelift-wasm-0.101.1/wasmtests/table-copy.wat
wasmtime-13.0.0 ./ext/cargo-vendor/cranelift-wasm-0.100.0/wasmtests/table-copy.wat
wasmtime-12.0.1 ./ext/cargo-vendor/cranelift-wasm-0.99.1/wasmtests/table-copy.wat
wasmtime-12.0.0 ./ext/cargo-vendor/cranelift-wasm-0.99.1/wasmtests/table-copy.wat
wasmtime-11.0.0 ./ext/cargo-vendor/cranelift-wasm-0.98.1/wasmtests/table-copy.wat
wasmtime-10.0.1 ./ext/cargo-vendor/cranelift-wasm-0.97.1/wasmtests/table-copy.wat
wasmtime-10.0.0 ./ext/cargo-vendor/cranelift-wasm-0.97.1/wasmtests/table-copy.wat
wasmtime-9.0.4 ./ext/cargo-vendor/cranelift-wasm-0.96.4/wasmtests/table-copy.wat
wasmtime-9.0.1 ./ext/cargo-vendor/cranelift-wasm-0.96.1/wasmtests/table-copy.wat
wasmtime-8.0.0 ./ext/cargo-vendor/cranelift-wasm-0.95.0/wasmtests/table-copy.wat
wasmtime-7.0.0 ./ext/cargo-vendor/cranelift-wasm-0.94.0/wasmtests/table-copy.wat