wasmi_c_api_impl 2.0.0-beta.0

C bindings for the Wasmi WebAssembly interpreter
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.86"
name = "wasmi_c_api_impl"
version = "2.0.0-beta.0"
authors = ["Robin Freyler <robin.freyler@gmail.com>"]
build = "build.rs"
links = "wasmi_c_api"
exclude = ["tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C bindings for the Wasmi WebAssembly interpreter"
documentation = "https://docs.rs/wasmi_c_api_impl"
readme = "README.md"
keywords = [
    "wasm",
    "webassembly",
    "interpreter",
    "vm",
]
categories = [
    "wasm",
    "no-std",
    "virtualization",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/wasmi-labs/wasmi"
resolver = "2"

[features]
default = ["std"]
prefix-symbols = []
simd = ["wasmi/simd"]
std = []

[lib]
name = "wasmi_c_api"
path = "src/lib.rs"
test = false
doctest = false

[dependencies.wasmi]
version = "2.0.0-beta.0"
default-features = false

[dependencies.wasmi_c_api_macros]
version = "2.0.0-beta.0"