wasmtime-jit-icache-coherence 5.0.0

Utilities for JIT icache maintenance
Documentation
[dependencies.cfg-if]
version = "1.0"

[package]
authors = ["The Wasmtime Project Developers"]
description = "Utilities for JIT icache maintenance"
documentation = "https://docs.rs/jit-icache-coherence"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-jit-icache-coherence"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "5.0.0"
[target."cfg(any(target_os = \"linux\", target_os = \"macos\", target_os = \"freebsd\", target_os = \"android\"))".dependencies.libc]
version = "0.2.42"
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Threading", "Win32_System_Diagnostics_Debug"]
version = "0.42.0"