Sha256: 41bcef48c76c6c8d658794227e87c3680bbd9c3f8e0e432847c3840daf4611bb

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

[package]
name = "wasmtime-rb"
version = "9.0.4"
edition = "2021"
authors = ["The Wasmtime Project Developers"]
license = "Apache-2.0"
publish = false
build = "build.rs"

[features]
default = ["tokio", "all-arch"]
embed = ["magnus/embed"]
tokio = ["dep:tokio", "dep:async-timer"]
all-arch = ["wasmtime/all-arch"]
ruby-api = []
winch = ["wasmtime/winch"]

[dependencies]
lazy_static = "1.4.0"
magnus = { version = "0.6", features = ["rb-sys"] }
rb-sys = { version = "*", default-features = false, features = [
  "stable-api-compiled-fallback",
] }
wasmtime = { version = "= 15.0.1" }
wasmtime-wasi = "= 15.0.1"
wasi-common = "= 15.0.1"
wasi-cap-std-sync = "= 15.0.1"
cap-std = "2.0.0"
anyhow = "*" # Use whatever Wasmtime uses
wat = "1.0.79"
tokio = { version = "1.28.2", features = [
  "rt",
  "rt-multi-thread",
  "time",
  "net",
], optional = true }
async-timer = { version = "1.0.0-beta.11", features = [
  "tokio1",
], optional = true }
static_assertions = "1.1.0"
wasmtime-runtime = "= 15.0.1"
wasmtime-environ = "= 15.0.1"

[build-dependencies]
rb-sys-env = "0.1.2"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wasmtime-15.0.1 ext/Cargo.toml