Sha256: c2afcf0a422c13a5f7b6f8f1a82be8770476ecf5c114c76f18be7cbc05996282

Contents?: true

Size: 206 Bytes

Versions: 5

Compression:

Stored size: 206 Bytes

Contents

package foo:foo;

interface floats {
  f32-param: func(x: f32);
  f64-param: func(x: f64);
  f32-result: func() -> f32;
  f64-result: func() -> f64;
}

world the-world {
  import floats;
  export floats;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wasmtime-30.0.2 ./ext/cargo-vendor/wasmtime-component-macro-30.0.2/tests/codegen/floats.wit
wasmtime-29.0.0 ./ext/cargo-vendor/wasmtime-component-macro-29.0.0/tests/codegen/floats.wit
wasmtime-28.0.0 ./ext/cargo-vendor/wasmtime-component-macro-28.0.0/tests/codegen/floats.wit
wasmtime-27.0.0 ./ext/cargo-vendor/wasmtime-component-macro-27.0.0/tests/codegen/floats.wit
wasmtime-26.0.0 ./ext/cargo-vendor/wasmtime-component-macro-26.0.0/tests/codegen/floats.wit