wasmi_core 0.35.0

Core primitives for the wasmi WebAssembly interpreter
Documentation
[package]
name = "wasmi_core"
version.workspace = true
rust-version.workspace = true
documentation = "https://docs.rs/wasmi_core"
description = "Core primitives for the wasmi WebAssembly interpreter"
authors.workspace = true
repository.workspace = true
edition.workspace = true
readme.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
exclude.workspace = true

[dependencies]
libm = "0.2.8"
num-traits = { workspace = true }
downcast-rs = { version = "1.2", default-features = false }
paste = "1"

[dev-dependencies]
rand = "0.8.5"

[features]
default = ["std"]
# Use `no-default-features` for a `no_std` build.
std = ["num-traits/std", "downcast-rs/std"]

[package.metadata.cargo-udeps.ignore]
# cargo-udeps cannot detect that libm is used for no_std targets only.
normal = ["libm"]