weavy 0.2.2

Shared lowered-program substrate for interpreters and copy-and-patch backends.
Documentation
[package]
name = "weavy"
version = "0.2.2"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared lowered-program substrate for interpreters and copy-and-patch backends."
keywords = ["bytecode", "interpreter", "jit", "stencil"]
categories = ["encoding", "compilers"]
homepage = "https://facet.rs"

[package.metadata."docs.rs"]
rustdoc-args = ["--html-in-header", "arborium-header.html"]

[dependencies]
copypatch = { workspace = true, optional = true }

[build-dependencies]
copypatch = { workspace = true, features = ["build"], optional = true }

[features]
default = []
jit = ["dep:copypatch"]

[lints]
workspace = true