Sha256: 909e40da13b6ec8717f3eee3e65f4eadf57e468291165de82317f405b2f84b2b

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 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 = []

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wasmtime-12.0.1 ext/Cargo.toml