cranelift-module 0.67.0

Support for linking functions and data with Cranelift
Documentation
[badges.maintenance]
status = "experimental"
[dependencies.anyhow]
version = "1.0"

[dependencies.cranelift-codegen]
default-features = false
version = "0.67.0"

[dependencies.cranelift-entity]
version = "0.67.0"

[dependencies.hashbrown]
optional = true
version = "0.6"

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

[dependencies.thiserror]
version = "1.0.4"

[features]
core = ["hashbrown", "cranelift-codegen/core"]
default = ["std"]
std = ["cranelift-codegen/std"]

[package]
authors = ["The Cranelift Project Developers"]
categories = ["no-std"]
description = "Support for linking functions and data with Cranelift"
documentation = "https://docs.rs/cranelift-module"
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift-module"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "0.67.0"