Sha256: 77fcb3d4f1fd2433665e31f0de8a772304f06a5fc2c2aca82b1ed155a96b1193

Contents?: true

Size: 338 Bytes

Versions: 3

Compression:

Stored size: 338 Bytes

Contents

[workspace]
resolver = "2"
members = ["ext"]
exclude = [
    "examples/rust-crate",
    "spec/fixtures/component-types",
    "spec/fixtures/wasi-debug",
    "spec/fixtures/wasi-deterministic",
]

[profile.release]
codegen-units = 1 # more llvm optimizations
debug = 2 # make perfomance engineers happy
lto = "thin" # cross-crate inlining

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wasmtime-29.0.0 Cargo.toml
wasmtime-28.0.0 Cargo.toml
wasmtime-27.0.0 Cargo.toml