wirm 2.2.0

A lightweight WebAssembly Transformation Library for the Component Model
Documentation
[dependencies.log]
version = "0.4.22"

[dependencies.rayon]
optional = true
version = "1.8"

[dependencies.serde_json]
version = "1.0.121"

[dependencies.tempfile]
version = "3.10.1"

[dependencies.wasm-encoder]
features = ["wasmparser"]
version = "0.240.0"

[dependencies.wasmparser]
version = "0.240.0"

[dev-dependencies.wasmprinter]
version = "0.240.0"

[dev-dependencies.wasmtime]
version = "38.0.3"

[dev-dependencies.wat]
version = "1.238.1"

[features]
default = []
parallel = ["rayon"]

[lib]
name = "wirm"
path = "src/lib.rs"

[package]
authors = ["Suhas Thalanki", "Alex Bai", "Elizabeth Gilbert"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm"]
description = "A lightweight WebAssembly Transformation Library for the Component Model"
edition = "2021"
homepage = "https://github.com/composablesys/wirm"
include = ["src/**/*.rs", "Cargo.toml"]
keywords = ["wasm", "WebAssembly", "instrumentation"]
license = "Apache-2.0"
name = "wirm"
readme = "README.md"
repository = "https://github.com/composablesys/wirm"
version = "2.2.0"