Sha256: 5608a4c2c21562c6334826a4a72472e54afeac89cded28c4a0c7d30ac3fab9b9

Contents?: true

Size: 262 Bytes

Versions: 25

Compression:

Stored size: 262 Bytes

Contents

(module
  (data $passive "this is a passive data segment")
  (memory 0)

  (func (export "init") (param i32 i32 i32)
    local.get 0 ;; dst
    local.get 1 ;; src
    local.get 2 ;; cnt
    memory.init $passive)

  (func (export "drop")
    data.drop $passive))

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/passive-data.wat
wasmtime-17.0.1 ./ext/cargo-vendor/cranelift-wasm-0.104.1/wasmtests/passive-data.wat
wasmtime-17.0.0 ./ext/cargo-vendor/cranelift-wasm-0.104.0/wasmtests/passive-data.wat
wasmtime-16.0.0 ./ext/cargo-vendor/cranelift-wasm-0.103.0/wasmtests/passive-data.wat
wasmtime-15.0.1 ./ext/cargo-vendor/cranelift-wasm-0.102.1/wasmtests/passive-data.wat
wasmtime-15.0.0 ./ext/cargo-vendor/cranelift-wasm-0.102.1/wasmtests/passive-data.wat
wasmtime-14.0.4 ./ext/cargo-vendor/cranelift-wasm-0.101.4/wasmtests/passive-data.wat
wasmtime-14.0.3 ./ext/cargo-vendor/cranelift-wasm-0.101.4/wasmtests/passive-data.wat
wasmtime-14.0.1 ./ext/cargo-vendor/cranelift-wasm-0.101.1/wasmtests/passive-data.wat
wasmtime-14.0.0 ./ext/cargo-vendor/cranelift-wasm-0.101.1/wasmtests/passive-data.wat
wasmtime-13.0.0 ./ext/cargo-vendor/cranelift-wasm-0.100.0/wasmtests/passive-data.wat
wasmtime-12.0.1 ./ext/cargo-vendor/cranelift-wasm-0.99.1/wasmtests/passive-data.wat
wasmtime-12.0.0 ./ext/cargo-vendor/cranelift-wasm-0.99.1/wasmtests/passive-data.wat
wasmtime-11.0.0 ./ext/cargo-vendor/cranelift-wasm-0.98.1/wasmtests/passive-data.wat
wasmtime-10.0.1 ./ext/cargo-vendor/cranelift-wasm-0.97.1/wasmtests/passive-data.wat
wasmtime-10.0.0 ./ext/cargo-vendor/cranelift-wasm-0.97.1/wasmtests/passive-data.wat
wasmtime-9.0.4 ./ext/cargo-vendor/cranelift-wasm-0.96.4/wasmtests/passive-data.wat
wasmtime-9.0.1 ./ext/cargo-vendor/cranelift-wasm-0.96.1/wasmtests/passive-data.wat
wasmtime-8.0.0 ./ext/cargo-vendor/cranelift-wasm-0.95.0/wasmtests/passive-data.wat
wasmtime-7.0.0 ./ext/cargo-vendor/cranelift-wasm-0.94.0/wasmtests/passive-data.wat