fizzyx-sys 0.1.0

Low-level FFI bindings to the Fizzy 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.85"
name = "fizzyx-sys"
version = "0.1.0"
authors = ["Robin Freyler <robinfreyler@web.de>"]
build = "build.rs"
links = "fizzy"
include = [
    "fizzy-vendored/**",
    "shim/**",
    "src/**",
    "build.rs",
    "wrapper.h",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings to the Fizzy WebAssembly interpreter."
readme = "README.md"
keywords = [
    "wasm",
    "webassembly",
    "interpreter",
    "fizzy",
    "ffi",
]
categories = [
    "external-ffi-bindings",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wasmi-labs/fizzyx"

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

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cmake]
version = "0.1"