wasmtime-fiber 8.0.1

Fiber support for Wasmtime
Documentation
[build-dependencies.cc]
version = "1.0"
[dependencies.cfg-if]
version = "1.0"
[dev-dependencies.backtrace]
version = "0.3.61"

[package]
authors = ["The Wasmtime Project Developers"]
description = "Fiber support for Wasmtime"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
links = "wasmtime-fiber-shims"
name = "wasmtime-fiber"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "8.0.1"
[target."cfg(unix)".dependencies.rustix]
features = ["mm", "param"]
version = "0.36.7"

[target."cfg(unix)".dependencies.wasmtime-asm-macros]
version = "=8.0.1"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_System_Threading", "Win32_Foundation"]
version = "0.45.0"