wasmtime-wasi-threads 20.0.0

Wasmtime implementation of the wasi-threads API
Documentation
[dependencies.anyhow]
version = "1.0.22"

[dependencies.log]
default-features = false
version = "0.4.8"

[dependencies.rand]
version = "0.8"

[dependencies.wasi-common]
default-features = false
features = ["exit"]
version = "=20.0.0"

[dependencies.wasmtime]
default-features = false
features = ["threads"]
version = "20.0.0"
[lints.clippy]
all = "allow"

[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"

[package]
authors = ["The Wasmtime Project Developers"]
categories = ["wasm", "parallelism", "threads"]
description = "Wasmtime implementation of the wasi-threads API"
documentation = "https://docs.rs/wasmtime-wasi-nn"
edition = "2021"
keywords = ["webassembly", "wasm", "neural-network"]
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-wasi-threads"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "20.0.0"